mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
@@ -0,0 +1,6 @@
|
||||
test: MACRO
|
||||
v equs "X"
|
||||
X equs "" ; should not be expanded
|
||||
\1
|
||||
ENDM
|
||||
test v 0
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: expand-empty-string.asm(6) -> expand-empty-string.asm::test(4):
|
||||
syntax error, unexpected number
|
||||
error: Assembly aborted (1 error)!
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: expand-empty-string.asm(6) -> expand-empty-string.asm::test(4):
|
||||
syntax error
|
||||
error: Assembly aborted (1 error)!
|
||||
Reference in New Issue
Block a user