Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 428 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 428 Bytes

hjcVmWriter-refactored

This is a refactored version of the VmWriter class for the Hack Jack compiler provided by the authors of Nand2Tetris, licensed for educational purposes. The class is designed to write VM commands in the Hack Jack language to an output file, and includes methods for writing push and pop commands, arithmetic commands, label, goto and if-goto commands, call and function commands, and return commands.