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 movu.w 0x4321,pc
8 dumpr3
9
10 quit
11