mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
87 B
NASM
7 lines
87 B
NASM
section "rom", rom0
|
|
ld bc, -wLabel
|
|
ld de, -(wLabel * 2)
|
|
|
|
section "ram", wram0
|
|
wLabel::
|