shithub: rgbds

ref: 80a62a8a03fc252b68c59b110879b2694693e991
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