shinryuzz / nand2tetris

『コンピュータシステムの理論と実装』

Home Page:https://www.oreilly.co.jp/books/9784873117126/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nand2Tetris

概要

『コンピュータシステムの理論と実装』 (通称 nand2tetris) の学習記録

シミュレータの起動方法

シミュレータは tools/ ディレクトリにある。 そのため以下のようにして起動できる。

cd tools
chmodd +x ./*.sh
./*.sh

About

『コンピュータシステムの理論と実装』

https://www.oreilly.co.jp/books/9784873117126/


Languages

Language:Assembly 63.3%Language:Scilab 23.1%Language:HTML 11.2%Language:Shell 1.3%Language:Batchfile 0.9%Language:Hack 0.1%