mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
12 lines
270 B
NASM
12 lines
270 B
NASM
def x = 1 ; so far so good...
|
|
def n equ 2 + * / ^ 3 ; oops
|
|
def s equs "no closing quote, lol
|
|
section "test", rom0 ; good again
|
|
ld a, 42 ; keep going...
|
|
ld xor, ret ; oh no :(
|
|
label1: ; yes...
|
|
label2:: ; yes...
|
|
label3::: ; no!
|
|
halt stop abort ; please
|
|
println "finally!"
|