Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 276 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 276 Bytes

HACKassembler

An assembler which is given a file containing HACK assembly language and outputs a file containing its binary representation.

Run the command "python3 Assembler.py file.asm" and the program will create a file.hack containing file.asm's binary representation.