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
