1.0.4 • Published 2 years ago

@cauequeiroz/nand2tetris-assembler v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Nand2Tetris Assembler

Assembler written in Typescript for Nand2Tetris Hack Computer. This assembler is the week 6 project of Nand2Tetris Part 1 course.

Input: .asm file (hack computer assembly language)
Output: .hack file (hack computer machine code)

More information at: https://www.nand2tetris.org/project06

Usage

$ npm install -g @cauequeiroz/nand2tetris-assembler
$ nand2tetris-assembler ./path/to/file.asm
$ npx @cauequeiroz/nand2tetris-assembler ./path/to/file.asm

After that, the output file with machine code only (.hack) will appears on the same directory of input file.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago