Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat ae48e7b4fb
Complete day 8 2020-12-09 00:16:12 +00:00

View file

@ -47,7 +47,7 @@ impl Emulator {
self.program_counter = 0; self.program_counter = 0;
} }
pub fn execute_instruction( fn execute_instruction(
&mut self, &mut self,
instruction: Instruction, instruction: Instruction,
argument: i64, argument: i64,