Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nalin1096/Arm_interpreter

An arm interpreter made in C as part of our Computer Organization course 2015.
https://github.com/nalin1096/Arm_interpreter

Last synced: about 2 months ago
JSON representation

An arm interpreter made in C as part of our Computer Organization course 2015.

Lists

README

        

================================================
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_hex.mem
|- array_add.mem

How to build
------------
For building:
$cd src
$make

For cleaning the project:
$cd src
$make clean

How to execute
--------------
$cd bin
$./myARMSim ../test/simple_add.mem