mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
108 B
NASM
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
|