mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
7
test/asm/nested-local.asm
Normal file
7
test/asm/nested-local.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
SECTION "sec", ROM0
|
||||
|
||||
Parent:
|
||||
Parent.child:
|
||||
db 0
|
||||
Parent.child.grandchild:
|
||||
db 1
|
||||
Reference in New Issue
Block a user