Files
rgbds/test/asm/errors-after-missing-include.asm

11 lines
91 B
NASM

PUSHC
PUSHO
PUSHS
SECTION "test", WRAM0
UNION
INCLUDE "does not exist"
ENDU
POPS
POPO
POPC