blob: 3d7511076c63641aa05731df72c6a702fba748b5 (
plain)
1
2
3
4
5
6
7
8
9
|
# mach: crisv3 crisv8 crisv10
# xerror:
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
.include "testutils.inc"
start
setf
movu.b r3,pc
quit
|