Skip to content

A Java-written assembler for a machine language called Hack.

License

Notifications You must be signed in to change notification settings

a-w-1806/Hack-Assembler

Repository files navigation

Hack Assembler

build

How to use it ?

  1. Get your Java environment ready.
  2. Head to release page and download Hack-Assembler.jar file.
  3. Get your assembly file ready, say Max.asm, and run in command line:
java -jar Hack-Assembler.jar Max.asm

Language Specifications

A C

Be sure to check out this project of building a whole modern computer from logic gates to operating system!