Difference between revisions of "Lua:getPreviousOpcode"
Jump to navigation
Jump to search
(→Related Functions) |
m |
||
| Line 15: | Line 15: | ||
|The address of the instruction | |The address of the instruction | ||
|} | |} | ||
| − | |||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| − | + | {{Assembly}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 00:19, 5 December 2025
function getPreviousOpcode(Address) : integer
Returns the address of the previous opcode (this is just an estimated guess).
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address of the instruction |