shithub: rgbds

ref: a47da5f71f1b755b3a2fa03736cda60534dfb639
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