A SublimeText 3 syntax highlighting package for the Z80 Assembly language.
There are many flavours of Z80 assembly and supporting them all is perhaps unrealistic. Therefore the focus of this package is with Pasmo - a portable Z80 cross assembler - as itself is compatible with numerous other assemblers.
There is also W.I.P. on supporting the VASM
old 8-bit style syntax.
First, locate the SublimeText packages folder on your OS, then clone with git:
$ cd /path/to/sublime/packages/folder
$ git clone https://github.com/mrcook/Z80Assembly.git
Although I've followed the Pasmo specification (see pasmo.md) this package deviates a little.
- Only double-quoted strings are currently supported.
There may be other small deviations - otherwise known as bugs! If you encountered something that is not correct, please consider submitting an issue.
Pull requests are welcome.
Copyright (c) 2018 Michael R. Cook
This work is licensed under the terms of the MIT license.
For a copy, see <https://opensource.org/licenses/MIT>.