Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephen-bunn/yess
A y86 simulation in C
https://github.com/stephen-bunn/yess
Last synced: 17 days ago
JSON representation
A y86 simulation in C
- Host: GitHub
- URL: https://github.com/stephen-bunn/yess
- Owner: stephen-bunn
- Created: 2015-02-04T22:21:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T20:59:39.000Z (over 9 years ago)
- Last Synced: 2024-11-08T04:10:41.755Z (2 months ago)
- Language: C
- Size: 288 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YESS
A y86 simulation in CGNU Coding Standards: [LINK](http://www.gnu.org/prep/standards/standards.html#Writing-C)
##Resources:
y86 instruction set: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/Y86InstructionSet.pdf)
y86 function codes: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/Y86FunctionCodes.pdf)
piplined y86: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86.pdf)
piplined y86 fetch logic: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86Fetch.pdf)
piplined y86 decode logic: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86Decode.pdf)
piplined y86 execute logic: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86Execute.pdf)
piplined y86 memory logic: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86Memory.pdf)
piplined y86 control: [PDF](http://asulearn.appstate.edu/pluginfile.php/994575/mod_label/intro/PipelinedY86Control.pdf)