Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat bf40754b0b
Complete day 8 2020-12-09 00:13:51 +00:00

View file

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