mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
9 lines
127 B
NASM
9 lines
127 B
NASM
SECTION "sect", ROMX[$4567], BANK[$23]
|
|
ds 42
|
|
|
|
W = BANK("sect")
|
|
X = SIZEOF("sect")
|
|
Y = STARTOF("sect")
|
|
|
|
println "{W} {X} {Y}"
|