ref: 7e7f92f18c38cbb755c6c067e42efa19655cd5b1
dir: /test/asm/macro-syntax.asm/
old: MACRO ; comment println "out with the ", \1 ENDM ; comment MACRO new ; comment println "in with the ", \1 ENDM ; comment old 1 new 2 bad1: MACRO bad2 ; comment println "which?" ENDM ; comment