mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-15 20:54:20 +00:00
Update Instructions.rs
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user