boundmv32.ms 271 B

123456789101112131415
  1. # mach: crisv32
  2. # xerror:
  3. # output: program stopped with signal 4 (*).\n
  4. .include "testutils.inc"
  5. ; Check that bound with a memory operand is invalid.
  6. start
  7. move.d 0f,r5
  8. move.d r5,r3
  9. .byte 0xd5,0x39 ; bound.d [r5],r3 -- we can't assemble it.
  10. pass
  11. 0:
  12. .dword 0b