Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 330 Bytes

Jack VM to Hack assembly translator

This translator passes all tests provided in the project files. (FunctionCalls & ProgramFlow)

Usage

Target directory must contain at least one .vm file. Translator will insert a bootstrap code to set the Stack Pointer value and call Sys.init.

cargo run -- [--directory]