Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repalash/armv5sim
ARM assembly simulator.
https://github.com/repalash/armv5sim
Last synced: 1 day ago
JSON representation
ARM assembly simulator.
- Host: GitHub
- URL: https://github.com/repalash/armv5sim
- Owner: repalash
- Created: 2015-07-23T17:03:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T16:00:16.000Z (over 8 years ago)
- Last Synced: 2024-06-26T05:20:49.931Z (5 months ago)
- Language: C
- Size: 437 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 executeDirectory 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.memHow to build
------------
For building:
$cd src
$makeFor cleaning the project:
$cd src
$make cleanHow to execute
--------------
./myARMSim test/simple_add.mem