KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
armulator
★ 9
Open GitHub ↗
ARM simulator
Download README (.md)
Explore Similar Repositories
vertx-load-balancer
:
Example on how to write a very simple load balancer using Vert.x
jupyter-paths
:
:city_sunrise: Pure JavaScript implementation of jupyter --paths --json
jekyll-dynamic-menu
:
A dynamically generated hierarchical menu in jekyll without plugins
Kendo
:
The Powerful Access Control Framework
IOC
:
Web application for Fuel station management
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
armulator
?
Download (.md)
# armulator ARM simulator. Currently just a toy, but it can: * Load Mach-O executables * including dylibs (mostly - no code relocation yet) * Decode quite a few instructions, including Thumb and Thumb2 * Execute all the instructions it can decode Some things that are planned: * More faithful implementation of the CSPR register * Perhaps a better implementation of the instruction pipeline so that we don't need the next_instruction hack * Decode and execute a lot more instructions