Motorola 68000 Assembly Language Extension for VS CodeThis is a Language Extension for Visual Studio Code. It adds syntax highlighting for the Motorola 68000 and its variants. Supported AssemblersCurrently, this extension supports the following assemblers. In general, the grammar's name takes the form of "68k Assembly (assembler name)":
Planned support for:
This is not a complete list. If you have a wish or suggestion, please use the issue function of the GitHub repository to submit an assembler. If you provide a link to its documentation, that will speed things up. Planned Features
Please feel free to submit an issue to make a suggestion. They're greatly appreciated. Known Issues / Bugs
If you find a bug or error, please submit an issue to this repository. A screenshot and informations about your system (OS, VS code version) will help a lot. Release NotesFor more detailed changes, see 0.4.4Minor bug fixes. 0.4.3Minor bug fix. 0.4.2Address size specifiers after symbols/labels and registers are highlighted now. 0.4.1Bunch of small bug fixes. 0.4.0Added support for The Macroassembler AS. 0.2.1Add m68k module directives to vasm grammars. Fix strings and escape command hightlighting in same grammars. 0.2.0Add support for vasmm68k_std assembler. 0.1.0Initial release. Only supports vasm. |