Correct opcode generated for RX indirect MOVs without an offset.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / pr19665.s
1 mov.b #0xff, [r0]
2 mov.b #0xff, [r1]
3 mov.b #0xff, [r2]
4 mov.b #0xff, [r13]
5 mov.b #0xff, [r14]
6 mov.b #0xff, [r15]
7 #
8 mov.w #0xff, [r0]
9 mov.w #0xff, [r1]
10 mov.w #0xff, [r2]
11 mov.w #0xff, [r13]
12 mov.w #0xff, [r14]
13 mov.w #0xff, [r15]
14 #
15 mov.l #0xff, [r0]
16 mov.l #0xff, [r1]
17 mov.l #0xff, [r2]
18 mov.l #0xff, [r13]
19 mov.l #0xff, [r14]
20 mov.l #0xff, [r15]
This page took 0.030026 seconds and 4 git commands to generate.