* sim/cris: New directory with C and assembly tests for the CRIS
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / movumpc.ms
1 # mach: crisv3 crisv8 crisv10
2 # xerror:
3 # output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
4
5 .include "testutils.inc"
6 start
7 move.d _start,r1
8 movu.b [r1+],pc
This page took 0.03904 seconds and 4 git commands to generate.