Add test case for local labels that superficially look like keywords

This commit is contained in:
Rangi
2026-07-11 13:51:53 -04:00
parent 4857ad1e00
commit 96bc58b7f7
2 changed files with 13 additions and 0 deletions
+13
View File
@@ -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