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