Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-ui-dev] Adding functionality to ASM Editor


Hi, all!!

    I want to change AsmEditor a little. In fact I want editor to highlight my own instructions and directives. Fortunately, directives of my asm are beginning with '.' so I can add them to AsmCodeScanner  without any problems. But all troubles is instructions. They represent itself words like "mov", "jp", "and" and so on.

  I know that work at Editor's stuff has low prioritet but,

    may be someone will prompt me how to make Asm parser highlight my instructions . It would be great if someone will write some strings of source code or explain an essense of how to do it


 
Great thanks,

 Igor S. Zamyatin
 Interstron Ltd.
----------------------------------------
email:  isz@xxxxxxxxxxxxx
tel:    +7 (095) 269-4713
cell:   +7 (902) 659-5838
www:    http://www.interstron.ru

Back to the top