summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/macro.out
blob: 86eeb944a2ef2fd45c5dbe6d30c87032cc8e54a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;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
;	dc.l	1
	dc.l	1
;	dc.l 2
	dc.l 2
;label	dc.l	four
label:	dc.l	four
;	move.b	d0,d1
	move.b	d0,d1
;