Skip to content

Commit

Permalink
update PSEMU/CPU.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 17, 2023
1 parent 589df0c commit f7e8ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSEMU/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class CPU {
void op_mflo(Instruction instruction);
void op_srl(Instruction instruction);
void op_sltiu(Instruction instruction);
void op_divu(Instruction instruction);

// HELPER FUNCTIONS
void set_reg(uint32_t index, uint32_t value) {
Expand Down

0 comments on commit f7e8ec3

Please sign in to comment.