data/method/gdb/gdb-13.2/sim/testsuite/cris/asm/moverpcd.ms

14 lines
158 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# mach: crisv3 crisv8 crisv10
# output: 4\n
# Test that move.d pc,R works.
.include "testutils.inc"
start
x:
move.d pc,r3
y:
sub.d y-4,r3
dumpr3
quit