Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cris / asm / jumpmp.ms
blobdd21e9c6b3864df4cc733b48233310bcfdd7ae89
1 # mach: crisv3 crisv8 crisv10
2 # output: bed0bed1\n
4 # Test that jump indirect clears the "prefixed"
5 # bit.
7  .include "testutils.inc"
8  .data
9 w:
10  .dword x1
12  .dword 0xbed0bed1
14  start
16  move.d y,r3
17  jump [w]
18 x1:
19  move.d [r3],r3
20  dumpr3 ; bed0bed1
21  quit