mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
5 lines
56 B
NASM
5 lines
56 B
NASM
SECTION "sec", ROM0
|
|
charmap "A", 1
|
|
_A_ EQU "A"
|
|
db _A_
|