Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/cris/asm/jumpmp.ms
2023-03-06 14:48:14 +01:00

21 lines
256 B
Text

# mach: crisv3 crisv8 crisv10
# output: bed0bed1\n
# Test that jump indirect clears the "prefixed"
# bit.
.include "testutils.inc"
.data
w:
.dword x1
y:
.dword 0xbed0bed1
start
x:
move.d y,r3
jump [w]
x1:
move.d [r3],r3
dumpr3 ; bed0bed1
quit