1.0.6 • Published 10 months ago

@cauequeiroz/nand2tetris-vm-translator v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Nand2Tetris VM Translator

VM Translator written in Typescript for Nand2Tetris Hack Computer. This VM Translator is the project 7/8 of Nand2Tetris Part 2 course.

Input: A folder with.vm files (hack computer vm language)
Output: .asm file (hack computer assembly language)

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

Usage

$ npm install -g @cauequeiroz/nand2tetris-vm-translator
$ nand2tetris-vm-translator ./path/to/folder
$ npx @cauequeiroz/nand2tetris-vm-translator ./path/to/folder

After that, the output file with assembly language (.asm) will appears inside the given directory.

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago