diff --git a/Source/Instructions.rs b/Source/Instructions.rs index 86225ff..3d9afdb 100644 --- a/Source/Instructions.rs +++ b/Source/Instructions.rs @@ -2,7 +2,7 @@ use crate::Machine; pub fn Nothing(vm: &mut Machine) -> bool { vm.WalkAddress(1); - false + true } pub fn LoadRegister(vm: &mut Machine) -> bool {