Mastro NANDo is a Visual Studio Code extension
for Nand2Tetris development based on Zohar
Lee's "Nand2Tetris Tools".
It empowers an incorporated release of the Nand to Tetris Software
Suite with various Visual Studio Code
functionalities. This extension is meant for students, instructors, and
self-learners who want to enhance their Nand2Tetris experience.
Features
Commands
Name
Icon
Requires Nand to Tetris Software Suite
Description
Run code
✔︎
Runs your current file (supports .hdl, .asm, hack and .vm files) via CLI. Needs a .tst file in the same folder to work.
Stop running
✔︎
Aborts code execution
Translate code
✔︎
Translate your current file (supports .asm and jack files) via CLI
Open Hardware Simulator
✔︎
Runs the Hardware Simulator via GUI
Open CPU Emulator
✔︎
Runs the CPU Simulator via GUI
Open VM Emulator
✔︎
Runs the VM Emulator via GUI
Assembler
✔︎
Runs the Assembler via GUI
Compile directory
✔︎
Compiles the directory of your current file (supports .jack files)
Java Runtime Environment (recommended,
but needed only if you want to use functionalities related to the Nand to
Tetris Software Suite)
There is no need to manually install the Nand to Tetris Software Suite, as it is
already incorporated in the extension itself.
Installation
Please launch VS Code Quick Open (Ctrl + P), digit ext install foxyseta.mastro-nando, and press enter. You may also visit the Visual Studio
Code
Marketplace for further support.