mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
752e2b3620
Dot-only names could also trip an assertion in `make develop` when used as labels
5 lines
51 B
NASM
5 lines
51 B
NASM
MACRO test
|
|
println "\<...>"
|
|
ENDM
|
|
test 1, 2, 3, 4
|