--ee-hook: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Command examples= <pre> A section for explaining the full usage of a CLI or LUA command </pre> {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-ali...") |
|||
Line 13: | Line 13: | ||
| <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> | ||
|- | |- | ||
| <pre>--ee-hook=0x46fb68,MfifoDrain</pre>|| | |||
|- | |||
|} | |} |
Revision as of 02:19, 13 August 2023
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 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 |