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 ecc7b9b73f Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
.vscode Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
simple_test_machine Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
src Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
todo Fix a bug with the branch instructions not being able to move backward (offsets were unsigned) 2 years ago
.gitignore Simple test machine can now load an arbitrary program binary 2 years 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