Lua:getPreviousOpcode
Jump to navigation
Jump to search
function getPreviousOpcode(Address) : integer
Returns the address of the previous opcode (this is just an estimated guess).
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address of the instruction |
See also[edit]
| Lua |
| Script Engine |
Related Functions[edit]
| autoAssemble |
| autoAssembleCheck |
| disassemble |
| splitDisassembledString |
| getInstructionSize |
| getPreviousOpcode |
| registerAssembler |
| unregisterAssembler |