Syntax highlighting for 6800 assembly (as0).
motorola-6800-assembler (as0) for the assemble command.
-
To install and run as0 on Windows, use Windows10 WSL or Cygwin.
-
Set As0 Path to the path which bash.exe can recognize. For example:
- /usr/local/bin (for WSL)
- /c/cygwin64/usr/local/bin (for Cygwin)
-
Set End of Line Sequence to LF for *.asm source code files.
- An empty listing file is generated if no listing option is specified.
Limited support for lineComment.
Support for source extensions .asm and .s
Updated Readme.
Test code modified.
Initial release of M6800 Assembly (m6800-as0).
Enjoy!