Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 437 Bytes

Hack Assembler

This is a ASM compiler made by Typescript for Hack language.

How to compile

you have to put asm files into root/asm directory and click blow. binary file will output root/hack and you can compare what you are given from subject assembler with this assembler.

$ yarn build && node ./dist/index.js filename.asm
$ diff hack/filename.hack testfile.hack

Read later