tobiasvl / language-rgbasm

:memo: RGBASM language support in Atom (Rednex Game Boy Assembly)

Home Page:https://atom.io/packages/language-rgbasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGBASM language support in Atom

Adds syntax highlighting to RGBASM assembly files in Atom.

RGBASM

RGBASM is the assembler dialect used for programming Game Boy games with the Rednex Game Boy Development System (RGBDS).

This is sometimes erroneously referred to as "Z80 assembler"; although the Game Boy's CPU is similar to Z80 and 8080, it's distinct, and using Z80 syntax highlighting isn't ideal, especially when using RGBASM features.

Language reference

To do

See issues for known bugs and planned features.

Please open an issue to report something. Pull requests are more than welcome.

Related grammars

This grammar was inspired by other related grammars, but focuses on coverage of RGBASM, including features from newer versions of RGBDS.

About

:memo: RGBASM language support in Atom (Rednex Game Boy Assembly)

https://atom.io/packages/language-rgbasm

License:MIT License


Languages

Language:CoffeeScript 100.0%