Files
rgbds/test/asm/equ-charmap.asm
dbrotz e05199ca1e Add support for multiple charmaps
This adds two new directives: newcharmap and setcharmap.
newcharmap creates a new charmap and switches to it.
setcharmap switches to an existing charmap.
2019-08-29 21:54:06 -07:00

5 lines
56 B
NASM

charmap "A", 1
SECTION "sec", ROM0
_A_ EQU "A"
db _A_