shithub: rgbds

ref: 6902387991696a8ef067981823e790daa2a87774
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