- Opcode: 0x02
- Short name: JMP
- Long name: Jump
Argument
Number of instructions to jump (signed value).
Stack
No change.
Description
Jump a number of instructions given by Argument. If Argument is negative, jumps backward. The handler adds the signed 16-bit Argument to the instruction pointer (entity +374, counted in instruction words) and returns 4 (jump performed).
PC handler: SCRIPT_JMP.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_JMP | 0x51C4D0 | Field script opcode handler (verified IDA function) |