mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
dec4133e84
Fixes #963 Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
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
|