summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/macro.asm
blob: b711bd0b412a17e0bb971b152b1feb56828502c8 (plain)
1
2
3
4
5
6
7
8
get	macro	arg1,arg2,arg3
	dc.l	arg1
	arg2
arg3	dc.l	\4
	move.\0	d0,d1
	endm

	get.b	1,<dc.l 2>,label,four