You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When two instructions are detected to be a single pseudo-instruction, combine them into the actual pseudo-instruction.
The debugger of PCSX2 always does it by default and there is no checkbox, combobox or drop down list in the debugger window interface to disable this.
So my idea, proposal and suggestion is to add a new control to the debugger window interface of PCSX2, like checkbox, to allow PCSX2 users to enable/disable this feature.
I personally prefer to see li below lui in the disassembly output.
This way this is more easy for me to "Assemble Opcode" the li or the lui.
Optionally add another checkbox "Pseudo-instructions filling" to the debugger window interface of PCSX2 and while this checkbox is checked:
When combining two instructions into a single pseudo-instruction, add a placeholder for the second one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While this new checkbox is checked:
When two instructions are detected to be a single pseudo-instruction, combine them into the actual pseudo-instruction.
The debugger of PCSX2 always does it by default and there is no checkbox, combobox or drop down list in the debugger window interface to disable this.
So my idea, proposal and suggestion is to add a new control to the debugger window interface of PCSX2, like checkbox, to allow PCSX2 users to enable/disable this feature.
I personally prefer to see
li
belowlui
in the disassembly output.This way this is more easy for me to "Assemble Opcode" the
li
or thelui
.Optionally add another checkbox "Pseudo-instructions filling" to the debugger window interface of PCSX2 and while this checkbox is checked:
When combining two instructions into a single pseudo-instruction, add a placeholder for the second one.
Beta Was this translation helpful? Give feedback.
All reactions