Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 736 Bytes

File metadata and controls

13 lines (10 loc) · 736 Bytes

TinyRuntime

FLAG USAGE EXAMPLE
The .HEC file to run ./tinyRuntime
singleStep Enable single step debugging mode ./tinyRuntime singleStep

TinyAssembler

FLAG USAGE EXAMPLE
The .casm file to assemble ./tinyAsm
-o output file name ./tinyAsm <sourceFile.casm> -oMyProgram