mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 20:42:07 +00:00
Fix many lexer bugs
More to come...
This commit is contained in:
8
test/asm/macro-line-no.asm
Normal file
8
test/asm/macro-line-no.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
WARN "Line 2"
|
||||
m: macro
|
||||
WARN "Line 4"
|
||||
endm
|
||||
WARN "Line 6"
|
||||
m
|
||||
WARN "Line 8"
|
||||
Reference in New Issue
Block a user