Armulator

From Wikipedia, the free encyclopedia

ARM Instruction Set Simulator, Armulator, is one of the software development tools provided by ARM Limited to all licensees of the ARM architecture.

Armulator provides an object oriented C++ platform for hardware emulation. It comes ready to emulate an ARM processor. If the processor is part of an embedded system, then licensees are required to add their own implementations of the additional hardware to the Armulator model. This way, they can use Armulator to emulate their entire embedded system.

Armulator comes with its own debugger which provides runtime debugging capabilities.

[edit] See also

[edit] External links