Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 357 Bytes

Project 6: Hack Assembler (Nand2Tetris)

Implementation of the Hack Assembler (Hack Assembly Language -> Binary Code) in Python

Requirements

Python >= 3.10

Usage

python assembler.py [FILENAME.asm]

output: FILENAME.hack

Branches

  • main: implementation handles symbols
  • no_symbol: implementation does not handle symbols