* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / boundmv32.ms
CommitLineData
5e1f6430
HPN
1# mach: crisv32
2# xerror:
3# output: program stopped with signal 4.\n
4 .include "testutils.inc"
5
6; Check that bound with a memory operand is invalid.
7 start
8 move.d 0f,r5
9 move.d r5,r3
10 .byte 0xd5,0x39 ; bound.d [r5],r3 -- we can't assemble it.
11 pass
12
130:
14 .dword 0b
15
This page took 0.031466 seconds and 4 git commands to generate.