shithub: rgbds

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