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 6, 2023
1 parent 3af7a5a commit a77bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSEMU/CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ void CPU::run() {
op_srlv(instruction);
console.log("CPU INSTRUCTION :: SRLV");
break;
case 0b000110:
case 0b000111:
// srav
op_srav(instruction);
console.log("CPU INSTRUCTION :: SRAV");
Expand Down

0 comments on commit a77bb03

Please sign in to comment.