* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / io8.ms
CommitLineData
5e1f6430
HPN
1# mach: crisv32
2# ld: --section-start=.text=0
3# xerror:
4# output: b1e\n
5# output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
6# output: program stopped with signal 11.\n
7
8; Check invalid access valid with --cris-900000xx.
9; "FAIL" area.
10
11 .include "testutils.inc"
12 start
13 move.d 0xb1e,$r3
14 dumpr3
15 move.d 0x90000008,$acr
16 move.d $acr,[$acr]
17 move.d 0xbadc0de,$r3
18 dumpr3
190:
20 ba 0b
21 nop
This page took 0.032934 seconds and 4 git commands to generate.