Files
rgbds/test/asm/line-continuation-macro.asm
2020-10-04 04:45:58 +02:00

9 lines
40 B
NASM

m: MACRO
ENDM
m2: MACRO
m \
ENDM
m2