Search found 3 matches
- 16.01.2021 15:38
- Forum: Lexers
- Topic: lexer Assembly STM32 & GNU
- Replies: 7
- Views: 10824
- 16.01.2021 15:33
- Forum: Lexers
- Topic: lexer Assembly STM32 & GNU
- Replies: 7
- Views: 10824
я пишу редактор ассемблера для arm микроконтроллеров, в частности сам использую для stm32f4 и тоже столкнулся с необходимостью парсинга текстов если кто сталкивался с системой команд arm то он представляет сложность задачи: многие команды имеют суффиксы, в зависимости от суффиксов у команд могут быт...
- 12.01.2021 04:39
- Forum: Lexers
- Topic: lexer Assembly STM32 & GNU
- Replies: 7
- Views: 10824
the full text of instructions depends on the kernel, in principle there is in the docs on mcu, in my case, for stm32f4, this is pm0214 Programming manual I was also puzzled by the creation of an editor, though for gnu as now only stm32f4 is available dynamic highlighting with full parsing of assembl...