Skip to content

Commit

Permalink
update PSEMU/CPU.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 5, 2023
1 parent a70fc98 commit 496db87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PSEMU/CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,7 @@ uint16_t imm_s = (uint)(int16_t)imm;
if ((addr & 0x3) == 0) {
memory.writeWord(addr,registers.reg[rt]);
}
else {

}
//err
}

void CPU::op_lh(uint32_t instruction) {
Expand Down

0 comments on commit 496db87

Please sign in to comment.