Skip to content

mrcook/Z80Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z80 Assembly syntax highlighting

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.

Screen grab from SublimeText using the Monokai theme

Installation

Manual Installation

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

Assembler compatibility notes

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.

Contributing

Pull requests are welcome.

License

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