Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thealmarty committed Apr 18, 2024
1 parent 62ac58e commit c4f44ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ where

state
.mem_mut()
.write(clk, 0, Word::from(0), true);
.write(clk, write_addr_index, cell_to_write, true);
state.cpu_mut().pc += 1;
state.cpu_mut().push_op(Operation::StoreU8, opcode, ops);
}
Expand Down

0 comments on commit c4f44ac

Please sign in to comment.