Y86 is a classical project in book CS:APP3e.
y86.js.org is a Y86 pipeline CPU simulator implemented with JavaScript, and has a sci-fi UI design.
- All dependencies are packed (So I can use
gh-pages
as the main branch) - Please open
index.html
under a HTTP server, but please open withfile://
(localhost
is fine)
Thanks js.org for the pretty y86.js.org domain!
- Using Angular & Angular-route framework
- CSS3 animations by move.js
- Implemented a simple CommonJS module loader and a curve garph in canvas
- Author: Shu Ding.
- Thanks to: Linghao Zhang, Yifu Yu.
- License: WTFPL (Do What the Fuck You Want to Public License).
《CSAPP》课程 project,Y86 流水线模拟器。预览:y86.js.org。
- 所有依赖库都已打包(虽然不该这么做)
- 本地请在 HTTP server 下打开
src/index.html
文件,否则file://
会因无法跨域而错误
- 依赖于 Angular & Angular Route
- 动画效果基于 CSS 3,选择了 move.js
- 自己写了个简易的 CommonJS 加载函数,以及简易的 canvas curve graph