ryu10 / m6800-as0

M6800 assembly syntax highlighting

Home Page:https://marketplace.visualstudio.com/items?itemName=RyuStudio.m6800-as0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M6800 Assembly README

screenshot

Syntax highlighting for 6800 assembly (as0).

Requirements

motorola-6800-assembler (as0) for the assemble command.

Tips for running as0 on Windows

  • 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.

Known Issues

  • An empty listing file is generated if no listing option is specified.

Release Notes

0.0.5

Limited support for lineComment.

0.0.4

Support for source extensions .asm and .s

0.0.3

Updated Readme.

0.0.2

Test code modified.

0.0.1

Initial release of M6800 Assembly (m6800-as0).

Enjoy!

About

M6800 assembly syntax highlighting

https://marketplace.visualstudio.com/items?itemName=RyuStudio.m6800-as0


Languages

Language:Assembly 55.6%Language:JavaScript 44.4%