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

18 lines
177 B
Plaintext

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