aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cris/asm/movecpc.ms
blob: 880a0f8f3db260b6d2a606242a8ecf51b6bfb1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# mach: crisv3 crisv8 crisv10
# xerror:
# output: General register * PC is not implemented.\nprogram stopped with signal 5 (*).\n

# We deliberately match both "read from" and "write to" above.

 .include "testutils.inc"
 startnostack
 moveq -1,r3
 move.b 0x42,pc
 dumpr3

 move.w 0x4321,pc
 dumpr3

 move.d 0x76543210,pc
 dumpr3

 quit