shithub: rgbds

ref: 03b6dd93214f0af3aaa0176725e5e7cdac002dac
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