mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
Update Instructions.rs
This commit is contained in:
@ -2,7 +2,7 @@ use crate::Machine;
|
|||||||
|
|
||||||
pub fn Nothing(vm: &mut Machine) -> bool {
|
pub fn Nothing(vm: &mut Machine) -> bool {
|
||||||
vm.WalkAddress(1);
|
vm.WalkAddress(1);
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn LoadRegister(vm: &mut Machine) -> bool {
|
pub fn LoadRegister(vm: &mut Machine) -> bool {
|
||||||
|
Reference in New Issue
Block a user