shithub: rgbds

ref: 8ccbd9dc36c9fd672225ba91e50d022f166acd73
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