mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Add test for labels when expecting symbols
This commit is contained in:
9
test/asm/lex-label.asm
Normal file
9
test/asm/lex-label.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
def var: equ 42
|
||||
|
||||
macro mac:
|
||||
endm
|
||||
|
||||
for idx:, 10
|
||||
endr
|
||||
|
||||
newcharmap french:
|
||||
Reference in New Issue
Block a user