summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/macro.out
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/mri/macro.out')
-rw-r--r--gas/testsuite/gasp/mri/macro.out18
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/mri/macro.out b/gas/testsuite/gasp/mri/macro.out
new file mode 100644
index 00000000000..86eeb944a2e
--- /dev/null
+++ b/gas/testsuite/gasp/mri/macro.out
@@ -0,0 +1,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
+; \ No newline at end of file