Files
rgbds/test/asm/remote-local-explicit.asm
Ben10do a53d795361 Add tests for explicit definitions of local labels
These check that “Parent.child” may be used in place of “.child”, and that “WrongParent.child” may not be used in the scope of “Parent”.
2017-06-12 19:50:02 +01:00

8 lines
78 B
NASM

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