You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Joey Pollack e3225cb0ca Refactors the print flags to use bitwise flags and collect them all under a single byte (now know as the Console Flags) 1 year ago
.vscode Refactors the print flags to use bitwise flags and collect them all under a single byte (now know as the Console Flags) 1 year ago
simple_test_machine Refactors the print flags to use bitwise flags and collect them all under a single byte (now know as the Console Flags) 1 year ago
src Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
todo Preparing to add the InputConsole 1 year ago
.gitignore Preparing to add the InputConsole 1 year ago
Cargo.lock Adds the simple test virtual machine and a few hard-coded test programs 2 years ago
Cargo.toml Adds the simple test virtual machine and a few hard-coded test programs 2 years ago
LICENSE Adds BIT and JMP instructions 2 years ago