mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
6b89938da7
Fixes #1512
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!"
|