Allow dollar signs in identifiers (#1493)

This commit is contained in:
Sylvie
2024-09-03 17:09:06 -04:00
committed by GitHub
parent a098213053
commit 1283b0b6a6
3 changed files with 15 additions and 2 deletions

11
test/asm/symbol-names.asm Normal file
View File

@@ -0,0 +1,11 @@
def Alpha_Betical = 1
def A1pha_Num3r1c = 2
def C# = 3
def l@tias = 4
def ca$h = 5
def c@#$@red = 6
SECTION "test", WRAM0
wABC:: db
w123:: db
w@#$:: db