OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [cris/] [asm/] [io6.ms] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
# mach: crisv32
2
# ld: --section-start=.text=0
3
# sim: --cris-900000xx
4
# xerror:
5
# output: b1e\n
6
# output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
7
# output: program stopped with signal 11.\n
8
 
9
; Check that invalid access to the simulator area is recognized.
10
; "FAIL" area.
11
 
12
 .include "testutils.inc"
13
 start
14
 move.d 0xb1e,$r3
15
 dumpr3
16
 move.d 0x90000008,$acr
17
 clear.d [$acr]
18
 move.d 0xbadc0de,$r3
19
 dumpr3
20
0:
21
 ba 0b
22
 nop

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.