Files
rgbds/test/asm/anon-label-bad.asm
2020-12-14 10:14:40 +01:00

19 lines
310 B
NASM

: ; Outside of section
SECTION "Anonymous label errors test", ROM0
db :-- ; Reference goes too far back
; Uncomment this if you're a badass with a *lot* of RAM
; REPT 2147483647
; :
; ENDR
; REPT 2147483647
; :
; ENDR
; db :+ ; OK
; db :++ ; Reference goes too far
:: ; Syntax error, can't export this