Home | History | Annotate | Line # | Download | only in asm
      1 # mach: crisv3 crisv8 crisv10 crisv32
      2 # sim: --trace-core=on
      3 # ld: --section-start=.text=0
      4 # output: read-2 exec:0x00000002 -> 0x05b0\nread-2 exec:0x00000004 -> 0xe93f\n
      5 
      6 ; First test: Must exit gracefully.
      7 
      8  .include "testutils.inc"
      9 
     10 ; This first insn isn't executed (it's a filler); it would fail
     11 ; ungracefully if executed.
     12 
     13  startnostack
     14  setf
     15  quit
     16