io5.ms 213 B

1234567891011121314151617
  1. # mach: crisv32
  2. # output: ce11d0c\n
  3. ; Check correct "pass" exit.
  4. .include "testutils.inc"
  5. start
  6. move.d 0x0ce11d0c,$r3
  7. dumpr3
  8. moveq 1,$r9
  9. moveq 0,$r10
  10. break 13
  11. move.d 0xbadc0de,$r3
  12. dumpr3
  13. 0:
  14. ba 0b
  15. nop