binutils-gdb/gas/testsuite/gasp/pl4.asm
Steve Chamberlain a5f4bc3075 More testcases.
1994-04-27 18:03:31 +00:00

11 lines
96 B
NASM

.ALTERNATE
! test of macro substitution around &s
foo MACRO a,b
x&a&b
ENDM
foo 3 2
END