diff options
Diffstat (limited to 'gas/testsuite/gas/h8300/pushpoph.s')
-rw-r--r-- | gas/testsuite/gas/h8300/pushpoph.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/pushpoph.s b/gas/testsuite/gas/h8300/pushpoph.s new file mode 100644 index 00000000000..6049639f567 --- /dev/null +++ b/gas/testsuite/gas/h8300/pushpoph.s @@ -0,0 +1,8 @@ + .h8300h + .text +h8300h_push_pop: + pop.w r0 + pop.l er0 + push.w r0 + push.l er0 + |