summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/pushpop.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/pushpop.s')
-rw-r--r--gas/testsuite/gas/h8300/pushpop.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/pushpop.s b/gas/testsuite/gas/h8300/pushpop.s
new file mode 100644
index 00000000000..941b7357537
--- /dev/null
+++ b/gas/testsuite/gas/h8300/pushpop.s
@@ -0,0 +1,5 @@
+ .text
+h8300_push_pop:
+ pop r0
+ push r0
+