mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Some tests use the new macro <name> syntax
This happens to make quine.asm shorter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
q:macro
|
||||
macro q
|
||||
println\1,"\1"
|
||||
endm
|
||||
q"q:macro\nprintln\\1,\"\\1\"\nendm\n q"
|
||||
q"macro q\nprintln\\1,\"\\1\"\nendm\n q"
|
||||
|
||||
Reference in New Issue
Block a user