Compare commits
1 commit
bf40754b0b
...
ae48e7b4fb
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | ae48e7b4fb |
|
@ -47,7 +47,7 @@ impl Emulator {
|
|||
self.program_counter = 0;
|
||||
}
|
||||
|
||||
pub fn execute_instruction(
|
||||
fn execute_instruction(
|
||||
&mut self,
|
||||
instruction: Instruction,
|
||||
argument: i64,
|
||||
|
|
Loading…
Reference in a new issue