arm-sim-alpha
Pre-release
Pre-release
dhammikamare
released this
10 Dec 07:41
·
15 commits
to master
since this release
A Web based ARM Instruction Set Simulator
ITERATION 1: CORE REQUIREMENT
This simulator is able to perform the following actions:
• provide an online editor to type ARM assembly program(with syntax highlighting, etc.)
• provide an option to load an ARM assembly file to the editor
• upload the file to the web server
• compile the assembly file in the web server
• run/simulate the binary file (that was produced in the compilation in the last step)
• produce the output of the simulation in the website