mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
8 lines
85 B
NASM
8 lines
85 B
NASM
section "test", rom0
|
|
if 1
|
|
println "one"
|
|
label0: endc
|
|
if 2
|
|
println "two"
|
|
label1: endc
|