Skip to content

Files

Latest commit

 

History

History
10 lines (5 loc) · 278 Bytes

readme.md

File metadata and controls

10 lines (5 loc) · 278 Bytes

Nand2Tetris Part 1 Project 6 Assembler

This is an assembler for the 16-bit Hack computer built using javascript and NodeJS

How to use

> node assembler PATH/TO/FILE/file.asm

this will output a file.hack program, which can be executed using the Hack computer CPU