gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / addsubrxcheck.s
1 .section .text
2 .global _main
3 _main:
4 mov.w r6,@-r7
5 mov.w r7,r6
6 subs #2,r7
7 mov.w @(-2,r6),r2
8 subs #2,r2
9 mov.w r2,@(-2,r6)
10 sub.w r2,r2
11 mov.w r2,r0
12 adds #2,r7
13 mov.w @r7+,r6
14 rts
15 .size _main, .-_main
16 .end
This page took 0.035635 seconds and 4 git commands to generate.