PC <- nn
JP
nn
| b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
|---|---|---|---|---|---|---|---|---|
| 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.
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.
None