shithub: rgbds

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