mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
11 lines
133 B
NASM
11 lines
133 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
|
|
label :
|
|
exported ::
|