vanshika37/ARM-Simulator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
================================================
Functional Simulator for subset of ARM Processor
================================================
README
Table of contents
1. Directory Structure
2. How to build
3. 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.mem
|- array_add.mem
How to build
------------
For building:
$cd src
$make
For cleaning the project:
$cd src
$make clean
How to execute
--------------
./myARMSim test/simple_add.mem
Releases
No releases published
Languages
- C 93.3%
- Objective-C 3.7%
- Assembly 2.6%
- Makefile 0.4%