Skip to content

Commit

Permalink
[Interpreter] Major refctoring on the ALU. Added subfzex instr.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsh1ft3r committed Feb 14, 2025
1 parent 2a33139 commit 9fac391
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 247 deletions.
1 change: 1 addition & 0 deletions Xenon/Core/XCPU/Interpreter/PPCOpcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ extern void PPCInterpreter_srwx(PPU_STATE *hCore);
extern void PPCInterpreter_subfcx(PPU_STATE *hCore);
extern void PPCInterpreter_subfx(PPU_STATE *hCore);
extern void PPCInterpreter_subfex(PPU_STATE *hCore);
extern void PPCInterpreter_subfzex(PPU_STATE *hCore);
extern void PPCInterpreter_subfic(PPU_STATE *hCore);
extern void PPCInterpreter_xori(PPU_STATE *hCore);
extern void PPCInterpreter_xoris(PPU_STATE *hCore);
Expand Down
Loading

0 comments on commit 9fac391

Please sign in to comment.