Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cris / asm / io6.ms
blob6ddeee1733e4fe3048f0fb8cc7da536d4039243f
1 # mach: crisv32
2 # ld: --section-start=.text=0
3 # requires: simoption --cris-900000xx
4 # sim: --cris-900000xx
5 # xerror:
6 # output: b1e\n
7 # output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
8 # output: program stopped with signal 11 (*).\n
10 ; Check that invalid access to the simulator area is recognized.
11 ; "FAIL" area.
13  .include "testutils.inc"
14  start
15  move.d 0xb1e,$r3
16  dumpr3
17  move.d 0x90000008,$acr
18  clear.d [$acr]
19  move.d 0xbadc0de,$r3
20  dumpr3
22  ba 0b
23  nop