Skip to content

Commit

Permalink
Update CPU.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 3, 2023
1 parent c3a5488 commit e338f18
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions PSEMU/CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
*/

/*
* /Add Bcond 0b000001
* /Add Cop0 0b010000
* /Add Cop2 0b010010
* /Add lh 0b100001
* Add xori 0b001110
* Add swr 0b101110
* Add swl 0b101010
* Add lwl 0b100010
* Add lwr 0b100110
* Add lwc2 0b110010
* Add swc2 0b111010
* Add syscall 0b001100
* Add sllv 0b000100
* Add srav 0b000111
* Add srlv 0b000110
* Add break 0b001101
* /Add Bcond 0b000001
* /Add Cop0 0b010000
* /Add Cop2 0b010010
* /Add lh 0b100001
* /Add xori 0b001110
* /Add swr 0b101110
* /Add swl 0b101010
* /Add lwl 0b100010
* /Add lwr 0b100110
* /Add lwc2 0b110010
* /Add swc2 0b111010
* /Add syscall 0b001100
* /Add sllv 0b000100
* /Add srav 0b000111
* /Add srlv 0b000110
* /Add break 0b001101
*/


Expand Down

0 comments on commit e338f18

Please sign in to comment.