gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of new test case for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / movws.s
CommitLineData
252b5132
RH
1 .h8300s
2 .text
3h8300s_movw:
4 mov.w r0,r1
5 mov.w #16,r0
6 mov.w @er1,r0
7 mov.w @(16:16,er1),r0
8 mov.w @(32:32,er1),r0
9 mov.w @er1+,r0
10 mov.w @h8300s_movw:16,r0
11 mov.w @h8300s_movw:32,r0
12 mov.w r0,@er1
13 mov.w r0,@(16:16,er1)
14 mov.w r0,@(32:32,er1)
15 mov.w r0,@-er1
16 mov.w r0,@h8300s_movw:16
17 mov.w r0,@h8300s_movw:32
18
This page took 0.281014 seconds and 4 git commands to generate.