shithub: rgbds

ref: 58181c2d7392e3d780458a641076d0168e263f0c
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