Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

tobiasvl/language-rgbasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.