Skip to content

rohanjuneja/ARM-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
      |- test
  |- doc
      |- design-doc.docx
  |- include
      |- myARMSim.h
  |- src
      |- main.c
      |- Makefile
      |- myARMSim.c
  |- test
      |- simple.mem
      |- fib.mem
      |- array_add.mem
      |- arraysum.s
      |- fibonacci.s

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

For cleaning the project:
	$cd src
	$make clean


How to execute
--------------
./test test/simple_add.mem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published