* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / bare1.ms
1 # mach: crisv32
2 # ld: --section-start=.text=0
3 # output: 0\n0\n4\n42\n
4 # sim: --cris-naked
5
6 ; Check that we don't get signs of an initialized environment
7 ; when --cris-naked.
8
9 .include "testutils.inc"
10 .text
11 .global _start
12 _start:
13 nop
14 nop
15 start2:
16 move.d $r10,$r3
17 dumpr3
18 move.d $sp,$r3
19 dumpr3
20 lapc start2,$r3
21 dumpr3
22 move.d 0x42,$r3
23 dumpr3
24 quit
This page took 0.030604 seconds and 4 git commands to generate.