mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
5 lines
127 B
NASM
5 lines
127 B
NASM
section "test", rom0
|
|
db UNDEFINED ; 4-byte ID
|
|
db BANK("Undefined") ; N-byte string
|
|
bit UNDEFINED, a ; 1-byte value
|