language-cpu12

Grammar and support for the CPU12 Assembly Language

zpolygon95

204

0

1.5.0

MIT

GitHub

Atom CPU12 Assembly Language Support

Using packages envy-theme and spacegray-eighties-ui

This package includes the grammar for the Motorola CPU12 core instruction set, as defined in the CPU12RM Document.

To add ctags (and therefore symbols-view) support for .inc files, add the following to your $HOME/.ctags file:

--langmap=asm:.asm .[sS] .inc

# for example:
$ echo "--langmap=asm:.asm .[sS] .inc" >> ~/.ctags