⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 ARM9Core v0.4, 在x86 Win32 下模拟仿真ARM9 微处理器的Library.
💻 TXT
字号:
ARM9Core v0.4
-------------

About
-----

ARM9Core is a library that you can use in your applications for
emulating the ARM9 microprocessor architecture under a x86 Win32
platform. The library emulates the basic core while allowing you
to implement the memory and other subsystems, specific of the
machine whose behaviour you are trying to reproduce.


Features
--------

- Designed for performance and its use in real-time emulation.
- Full ARM Instruction Set implemented.
- Support for different memory regions, access restrictions, etc...
- Support for emulation of the different ARM exception types.
- Allows the use of function handlers for custom memory and exception
  emulation.
- Easy integration with other modules emulating the different
  system's parts, such as coprocessors.
- Can emulate multicore systems.
- Can be used for debugging purpose, it has options for step-by-step
  emulation, gives access to the machine's current state, etc...


Use
---

To use ARM9Core in your program just include the "ARM9Core.h" file,
and link to the "ARM9Core.lib" library file.

Please read the Quick Guide in the project's website to learn the
basics in how to use ARM9Core in your application.


Contact
-------

Website: http://arm9core.sourceforge.com
Mail:    arm9core@wired-weasel.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -