PCSX2 Documentation/Introduction to Dynamic Recompilation: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 74: Line 74:
The code for actually recompiling these blocks looks something like this:
The code for actually recompiling these blocks looks something like this:


<source lang="asm">
<source lang="cpp">
// This is our emulated MOV instruction
// This is our emulated MOV instruction
void MOV() {
void MOV() {
ninja
782

edits