Changes
Jump to navigation
Jump to search
no edit summary
* Opcode: '''0x03'''
* Short name: '''JPF'''
* Long name: Jump Forward with condition
==== Argument ====
Number of instructions to jump forward.
==== Stack ====
..., ''condition'' => ...
==== Description ====
Jump forward a number of instructions given by the '''Argument''' if ''condition'' is equal to 1. Else does nothing. The ''condition'' is always popped from the stack.
* Short name: '''JPF'''
* Long name: Jump Forward with condition
==== Argument ====
Number of instructions to jump forward.
==== Stack ====
..., ''condition'' => ...
==== Description ====
Jump forward a number of instructions given by the '''Argument''' if ''condition'' is equal to 1. Else does nothing. The ''condition'' is always popped from the stack.