| |||
| Home > ARMulator > Operating system or debug monitor interface | |||
The ARMulator supports rapid prototyping of low level operating system code through an interface that enables a model to intercept SWIs and exceptions, and model them on the host. This model can communicate with the emulated application by reading and writing the emulated ARM state using the routines described in Accessing ARMulator state.
The interface functions are:
These functions are described in more detail in the following sections.