shithub: rgbds

ref: 62b4f2b264c170db59701f45fe0f8fb7b7e64039
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