afroewis / Hack-Assembler

An assembler for the Hack platform written in the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Assembler

An assembler for the Hack platform written in the Go programming language

You can find the specification of the Hack assembly language in Chapter 6 of the book "From Nand to Tetris".

Execution of the binaries

You can execute the binaries using the Hack CPU emulator from the Nand2Tetris software suite.

Playing Pong

Directories

  • assembly: The Hack assembly files.
  • bin: The resulting binary files; the assembler will write to this directory.

About

An assembler for the Hack platform written in the Go programming language


Languages

Language:Hack 60.4%Language:Assembly 38.9%Language:Go 0.7%