aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl4.is
blob: fcda842b65089e5e154cf8aa55315b08787bc4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
******** 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