* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / break.ms
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
This page took 0.029168 seconds and 4 git commands to generate.