mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
This adds two new directives: newcharmap and setcharmap. newcharmap creates a new charmap and switches to it. setcharmap switches to an existing charmap.
5 lines
56 B
NASM
5 lines
56 B
NASM
charmap "A", 1
|
|
SECTION "sec", ROM0
|
|
_A_ EQU "A"
|
|
db _A_
|