mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-21 22:34:32 +00:00
6 lines
107 B
NASM
6 lines
107 B
NASM
MACRO test
|
|
println \<2>, " vs ", \<-2>
|
|
println \<_NARG>, " vs ", \<-_NARG>
|
|
ENDM
|
|
test "hello", "goodbye"
|