Files
rgbds/test/asm/pushs.asm
2024-11-28 20:30:38 +01:00

7 lines
108 B
NASM

SECTION "This is invalid", ROM0
ds 10, 42
PUSHS
; We should be outside of section scope now
db 69
POPS