old-cross-binutils/gas/testsuite/gasp/pl4.asm

11 lines
96 B
NASM
Raw Normal View History

1994-04-27 18:03:31 +00:00
.ALTERNATE
! test of macro substitution around &s
foo MACRO a,b
x&a&b
ENDM
foo 3 2
END