shithub: rgbds

ref: f299607704902a96ed91fbcc4f29af1f645c37bb
dir: /test/asm/section-name-invalid.asm/

View raw version
SECTION "test", ROM0

Label:
println SECTION(Label) ; OK

DEF Value EQU 42
println SECTION(Value) ; not OK