mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
61a9bfd33c
This happens to make quine.asm shorter
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
macro q
|
|
println\1,"\1"
|
|
endm
|
|
q"macro q\nprintln\\1,\"\\1\"\nendm\n q"
|