mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-19 05:14:31 +00:00
Add test case for local labels that superficially look like keywords
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
SECTION "test", ROM0
|
||||
|
||||
Global: dw Global
|
||||
.ret dw .ret
|
||||
.xor: dw .xor
|
||||
Global.section: dw .section
|
||||
|
||||
DEF n EQU 42
|
||||
.n: dw .n
|
||||
|
||||
MACRO foo
|
||||
ENDM
|
||||
.foo: dw Global.foo
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 B |
Reference in New Issue
Block a user