HJLebbink / asm-dude

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
MIT License
4.13k stars 98 forks source link

Custom Registers and Mneumonics #135

Open jlevis73 opened 2 years ago

jlevis73 commented 2 years ago

I was wondering if someone had more information regarding adding custom instructions/registers to the plugin. I'm working with a chip that doesn't use a common instruction set and wanted to add the instructions from the datasheet but am having trouble. The readme for this project says just to change the XML file in the extension folder but that doesn't seem to be working on its own.