10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
# 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
|