Files
rgbds/test/asm/section-name-invalid.asm
2022-09-30 01:59:33 +02:00

8 lines
107 B
NASM

SECTION "test", ROM0
Label:
println SECTION(Label) ; OK
DEF Value EQU 42
println SECTION(Value) ; not OK