summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/exists.asm
blob: 87220c624e9ce509a87560a72f7939fdfb21ba5f (plain)
1
2
3
4
5
6
7
8
9
10
exists	macro	arg1,arg2
	ifne	==arg2
	move	arg1,arg2
	elsec
	push	arg1
	endc
	endm

	exists	foo,bar
	exists	foo