mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8 lines
127 B
NASM
8 lines
127 B
NASM
SECTION "meta", ROM0[0]
|
|
db BANK("sect")
|
|
dw STARTOF("sect")
|
|
dw SIZEOF("sect")
|
|
|
|
SECTION "sect", ROMX[$4567], BANK[$23]
|
|
ds 42
|