Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Jesse Saenz
April 2013
Peterson CS 429

example usage: 1. Compile 5.c
2. ./a.out or ./a.exe myY86object.yb

Will decode, execute, and print out the program execution for the program given by the .yb input file (Many samples included in the directory).