Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danwakeem/assembly
https://github.com/danwakeem/assembly
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/danwakeem/assembly
- Owner: Danwakeem
- Created: 2014-08-08T02:42:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T02:43:15.000Z (over 10 years ago)
- Last Synced: 2024-04-24T08:18:42.630Z (7 months ago)
- Language: C
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#[Hey there,](http://www.Danwakeem.com)
## This is my Mars Mips simulator that I made for a school project.
* **MAKE SURE YOU COMPILE WITH -lm FLAG:**
* gcc Jarvis.c -lm -o yourEXEName
## I have coppied the hex files that the professor gave to us to run and put them in the text(i).txt files and I made input files to try them out.
### To try mine out just pipe a text file in when you run. Like so:
* a.out < input.txt
* a.out < input2.txt### You may also try your own by following the directions of the program.
Enjoy,
Dan Jarvis