* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / movecpc.ms
1 # mach: crisv3 crisv8 crisv10
2 # xerror:
3 # output: General register * PC is not implemented.\nprogram stopped with signal 5.\n
4
5 # We deliberately match both "read from" and "write to" above.
6
7 .include "testutils.inc"
8 startnostack
9 moveq -1,r3
10 move.b 0x42,pc
11 dumpr3
12
13 move.w 0x4321,pc
14 dumpr3
15
16 move.d 0x76543210,pc
17 dumpr3
18
19 quit
This page took 0.033167 seconds and 4 git commands to generate.