--ee-hook: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction, | | <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction, | ||
third is the opcode that was skipped, fourth is the value of the instruction</pre> | third is the opcode check that was skipped, fourth is the value of the instruction</pre> | ||
|- | |- | ||
| <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre> | | <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre> |
Revision as of 13:36, 26 February 2024
Command examples
A section for explaining the full usage of a CLI or LUA command
Command | Description |
---|---|
ee hook | |
--ee-hook=0x0028A578,AdvanceClock,,1000 |
First is the offset, second is the instruction, third is the opcode check that was skipped, fourth is the value of the instruction |
--ee-hook=0x0028A578,FastForwardClock |
First is the offset, second is the instruction. |
--ee-hook=0x46fb68,MfifoDrain |
|