Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 265 Bytes

Hack

A Software Suite for the Hack Computer (Implemented in C++ and Python)

  • Compiler: high-level prgram (.jack) -> VM code (.vm)
  • VMTranslator: VM code (.vm) -> low-level prgram (.asm)
  • Assembler: low-level program (.asm) -> machine code (.hack)