* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / moverpcd.ms
1 # mach: crisv3 crisv8 crisv10
2 # output: 4\n
3
4 # Test that move.d pc,R works.
5
6 .include "testutils.inc"
7 start
8 x:
9 move.d pc,r3
10 y:
11 sub.d y-4,r3
12 dumpr3
13 quit
This page took 0.031062 seconds and 4 git commands to generate.