This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / movw.s
CommitLineData
252b5132
RH
1 .text
2h8300_movw:
3 mov.w r0,r1
4 mov.w #16,r0
5 mov.w @r1,r0
6 mov.w @(16:16,r1),r0
7 mov.w @r1+,r0
8 mov.w @h8300_movw:16,r0
9 mov.w r0,@r1
10 mov.w r0,@(16:16,r1)
11 mov.w r0,@-r1
12 mov.w r0,@h8300_movw:16
13
This page took 0.130916 seconds and 4 git commands to generate.