Functional Simulator for subset of ARM Processor
March 31, 2015 ยท View on GitHub
================================================ Functional Simulator for subset of ARM Processor
README
Table of contents
- Directory Structure
- How to build
- How to execute
Directory Structure:
CS112-Project | |- bin | |- myARMSim |- doc | |- design-doc.docx |- include | |- myARMSim.h |- src |- main.c |- Makefile |- myARMSim.h |- test |- simple_add.mem |- fib_hex.mem |- array_add.mem
How to build
For building: make
For cleaning the project: make clean
How to execute
./myARMSim ../test/simple_add.mem