Obeeron / nand2tetris

16-bit Hack Computer implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nand2tetris

16-bit HACK Computer implementation. This repository currently contains the following projects:

Roadmap

  • Computer hardware
  • Assembler to compile .asm HACK instructions to binary
  • Hardware emulator to run compiled binaries
  • WIP - Virtual machine above assembly language
  • OS
  • Compiler
  • Tetris

HACK Architecture

hardware achitecture

About

16-bit Hack Computer implementation

License:MIT License


Languages

Language:Assembly 85.6%Language:Rust 14.4%