mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
96 B
NASM
9 lines
96 B
NASM
SECTION "sec", ROM0
|
|
|
|
Parent:
|
|
Parent.child:
|
|
db 0
|
|
.grandchild:
|
|
db 1
|
|
dw Parent.child.grandchild
|