Update Instructions.rs

This commit is contained in:
Werner
2021-11-16 12:55:54 -03:00
parent ef313c8f66
commit 17aa73cab7

View File

@ -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 {