summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic54x/subsym1.s
blob: 3682a0e97ae5cdc6a14f50beccfe056532b0a9ec (plain)
1
2
3
4
5
6
7
8
9
10
*
* String substitution symbol recursion
*			
* Recursive substitution symbols	
	; recursion should stop at x
	.asg	"x",z
	.asg	"z",y
	.asg	"y",x
	add	x, A			; add x, A
	.end