Skip to content

コンピュータシステムの理論と実装を読んで実装するだけのリポジトリです

Notifications You must be signed in to change notification settings

mitoma/nand2tetris

Repository files navigation

Nand2Tetris Build Status

コンピュータシステムの理論と実装を読んでRustで実装しているリポジトリです。

テストの実行

cargo test

hack コンピュータの起動の仕方

cargo run --bin computer_runner [hack binary path] [max_cycle] [wait_ms]

実行例

cargo run --bin computer_runner test/MyRect.hack 1000

assembler の実行

cargo run ../hack_computer/test/MyRect.asm

About

コンピュータシステムの理論と実装を読んで実装するだけのリポジトリです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published