mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
113 B
NASM
9 lines
113 B
NASM
section "test", rom0
|
|
constant equ 1
|
|
variable = 2
|
|
variable set 3
|
|
string equs "four"
|
|
byte rb 1
|
|
word rw 1
|
|
long rl 1
|