Files
rgbds/test/asm/dots-macro-arg.asm
Rangi42 752e2b3620 Symbol names with more than two '.'s could be defined as constants
Dot-only names could also trip an assertion in `make develop`
when used as labels
2025-12-04 15:15:41 -05:00

5 lines
51 B
NASM

MACRO test
println "\<...>"
ENDM
test 1, 2, 3, 4