Files
rgbds/test/asm/label-before-endc.asm
2025-10-31 18:21:59 -04:00

8 lines
85 B
NASM

section "test", rom0
if 1
println "one"
label0: endc
if 2
println "two"
label1: endc