summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/macs.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/macs.s')
-rw-r--r--gas/testsuite/gas/h8300/macs.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/macs.s b/gas/testsuite/gas/h8300/macs.s
new file mode 100644
index 00000000000..e2df6ddb652
--- /dev/null
+++ b/gas/testsuite/gas/h8300/macs.s
@@ -0,0 +1,11 @@
+ .h8300s
+ .text
+h8300s_mac:
+ clrmac
+ ldmac er0,mach
+ ldmac er1,macl
+ mac @er0+,@er1+
+ stmac mach,er0
+ stmac macl,er1
+
+