Datasheet

ARMulator Basics
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 2-31
2.9 Semihosting
Semihosting provides code running on an ARM target use of facilities on a host
computer that is running an ARM debugger. Examples of such facilities include the
keyboard input, screen output, and disk I/O.
See Chapter 5 Semihosting for further details.
2.9.1 Semihosting configuration
The semihosting SWI handler configuration is controlled by a section in
peripherals.ami
. It has the following items:
{Default_Semihost=Semihost
; Demon is only needed for validation.
DEMON=False
ANGEL=TRUE
AngelSWIARM=0x123456
AngelSWIThumb=0xab
; And the default memory map
HeapBase=0x00000000
HeapLimit=0x07000000
StackBase=0x08000000
StackLimit=0x07000000
}