Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / h8300 / movw.s
1         .text
2 h8300_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