Skip to main content

Jump (End)

Instruction Parameters

Supported PLC Series

XPnA/1RXPnBXPnEXPnFCP3A/B/P/U
CP4A~D/U
CPnECPnFBPPLC-S

Supported Data Registers

MXYKLFTCSZRQD@DConstant
n--------------

Supported Flags

FlagBitSupport
ErrorF11.0-
ZeroF11.1-
CarryF11.2-

Number of Steps

Steps
2

Operands

OperandDescription
nThe only operand.
Entries are only constants.
This is the branch ID to jump to.

The value range is 0 ~ 127.

Notice

Subroutine Usage

The JMP ~ JME or JMPP ~ JME instructions are used in a SBRT ~ RET block.
The program may NOT use a jump statement inside a subroutine.

Instruction Behavior

The JME instruction behaves as follows:

  • The JME instruction is corresponds to the respective JMP and JMPP instructions.
  • Multiple JMP n and JMPP n instructions can point to a single JME n instruction.
  • Multiple JME instructions with an identical branch ID, n, cannot exist within the same program.

Examples