JP nn

Operation

PC <- nn

Mnemonic

JP

Operands

nn

b7b6b5b4b3b2b1b0
1 1 0 0 0 0 1 1$C3
n
n

Note: The first operand in this assembled object code is the low-order byte of a two-byte address.

Description

Operand nn is loaded to register pair Program Counter (PC). The next instruction is fetched from the location designated by the new contents of the PC.

Condition Bits Affected

None