Socket
Book a DemoInstallSign in
Socket

@cauequeiroz/nand2tetris-assembler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cauequeiroz/nand2tetris-assembler

Assembler written in Typescript for Nand2Tetris Hack Computer.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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.

Keywords

assembler

FAQs

Package last updated on 19 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts