mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
107 B
NASM
8 lines
107 B
NASM
SECTION "test", ROM0
|
|
|
|
Label:
|
|
println SECTION(Label) ; OK
|
|
|
|
DEF Value EQU 42
|
|
println SECTION(Value) ; not OK
|