Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/repalash/armv5sim

ARM assembly simulator.
https://github.com/repalash/armv5sim

Last synced: 1 day ago
JSON representation

ARM assembly simulator.

Awesome Lists containing this project

README

        

================================================
Functional Simulator for subset of ARM Processor
================================================

README

About:
------
A simulator to execute ARM assembly code given as binary input.

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