Files
rgbds/test/asm/nested-local-reference.asm
2021-07-30 15:21:47 +02:00

9 lines
96 B
NASM

SECTION "sec", ROM0
Parent:
Parent.child:
db 0
.grandchild:
db 1
dw Parent.child.grandchild