mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8
test/asm/nested-local-reference.asm
Normal file
8
test/asm/nested-local-reference.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
SECTION "sec", ROM0
|
||||
|
||||
Parent:
|
||||
Parent.child:
|
||||
db 0
|
||||
.grandchild:
|
||||
db 1
|
||||
dw Parent.child.grandchild
|
||||
Reference in New Issue
Block a user