Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JSaenz4/Y86-Interpreter
Runs programs (yb files) in the Y86 instruction set architecture outputting detailed (fetch, decode, and execute) information
https://github.com/JSaenz4/Y86-Interpreter
Last synced: 2 months ago
JSON representation
Runs programs (yb files) in the Y86 instruction set architecture outputting detailed (fetch, decode, and execute) information
- Host: GitHub
- URL: https://github.com/JSaenz4/Y86-Interpreter
- Owner: JSaenz4
- Created: 2014-05-29T23:57:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T02:40:33.000Z (over 10 years ago)
- Last Synced: 2024-04-24T15:34:54.075Z (9 months ago)
- Language: C
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- AwesomeInterpreter - Y86-Interpreter
README
Jesse Saenz
April 2013
Peterson CS 429example usage: 1. Compile 5.c
2. ./a.out or ./a.exe myY86object.ybWill decode, execute, and print out the program execution for the program given by the .yb input file (Many samples included in the directory).