summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/narg.out
blob: 723ebc1142b5681a1692c60cc9686c10b9503e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
;loop	macro	arg1,arg2,arg3
;	dc.l	NARG
;	ifne	NARG
;	dc.l	arg1
;	loop	arg2,arg3
;	endc
;	endm
;

;	loop	1,2,3
;	dc.l	3
	dc.l	3
;	ifne	3
;	dc.l	1
	dc.l	1
;	loop	2,3
;	dc.l	2
	dc.l	2
;	ifne	2
;	dc.l	2
	dc.l	2
;	loop	3,
;	dc.l	1
	dc.l	1
;	ifne	1
;	dc.l	3
	dc.l	3
;	loop	,
;	dc.l	0
	dc.l	0
;	ifne	0
;	dc.l	
;	loop	,
;	endc
;	endc
;	endc
;	endc
;