Files
rgbds/test/link/invalid-patches.asm
2025-01-29 11:41:08 -05:00

11 lines
209 B
NASM

section "zero", rom0
Zero::
db 1 % Zero
db 2 ** (Zero - 1)
db BANK(NonexistentSymbol)
db BANK("NonexistentSection")
db STARTOF("NonexistentSection")
db SIZEOF("NonexistentSection")
ldh [Zero], a
jr Zero + 200