mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
9 lines
99 B
NASM
9 lines
99 B
NASM
SECTION UNION "test", WRAM0
|
|
Same:
|
|
ds 1
|
|
Foo:
|
|
ds 2
|
|
|
|
SECTION "a", ROM0
|
|
dw Same, Foo ; $c000, $c001
|