Template:LSO Bytecodes/jump: Difference between revisions
Jump to navigation
Jump to search
New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} JUMP {{!}} {{LSL Hex|0x90}} {{!}} Jump to offset arg0 local to this instruction. arg0 is signed. {{!}}- {{!}} JUMPIF {{!}} {{LSL Hex|... |
mNo edit summary |
||
| Line 4: | Line 4: | ||
{{!}} {{LSL Hex|0x90}} | {{!}} {{LSL Hex|0x90}} | ||
{{!}} Jump to offset arg0 local to this instruction. arg0 is signed. | {{!}} Jump to offset arg0 local to this instruction. arg0 is signed. | ||
{{!}} dword | |||
{{!}}- | {{!}}- | ||
{{!}} JUMPIF | {{!}} JUMPIF | ||
Latest revision as of 14:41, 27 November 2007
| JUMP | 0x90 | Jump to offset arg0 local to this instruction. arg0 is signed. | dword | |
| JUMPIF | 0x91 | Pop type.Right, if Right is executes to true jump to offset arg1 local to this instruction. arg1 is signed. | type | dword |
| JUMPNIF | 0x92 | Pop type.Right, if Right is executes to false jump to offset arg1 local to this instruction. arg1 is signed. | type | dword |