Home | History | Annotate | Line # | Download | only in asm
      1 # mach: crisv32
      2 # requires: simoption --cris-900000xx
      3 # sim: --cris-900000xx
      4 # xerror:
      5 # output: b1e\n
      6 
      7 ; Check correct "fail" exit.
      8 
      9  .include "testutils.inc"
     10  start
     11  move.d 0xb1e,$r3
     12  dumpr3
     13  move.d 0x90000008,$acr
     14  move.d $acr,[$acr]
     15  move.d 0xbadc0de,$r3
     16  dumpr3
     17 0:
     18  ba 0b
     19  nop
     20