shithub: rgbds

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