mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This is only relevant for FRAGMENT or UNION sections, since normal ones would fail with "Section already defined previously". Fixes #730
8 lines
83 B
NASM
8 lines
83 B
NASM
SECTION FRAGMENT "A", ROM0
|
|
db 1
|
|
PUSHS
|
|
SECTION FRAGMENT "A", ROM0
|
|
db 2
|
|
POPS
|
|
db 3
|