mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 05:44:32 +00:00
7 lines
88 B
NASM
7 lines
88 B
NASM
MACRO m
|
|
println "¿", """\<_NARG""", "?"
|
|
println """done!"""
|
|
ENDM
|
|
|
|
m one, two, three
|