ref: 122ba6eba5be69b702f837062caf74e7401928c5
dir: /test/asm/macro-arg-in-string.asm/
print1: MACRO PRINTLN "\1" ENDM print1 John "Danger" Smith print1 \\A\nB print1 C\ D print1 E\!F ; illegal character escape iprint: MACRO PRINTLN "{\1}" ENDM s EQUS "hello" iprint s