Control Flow // JP (JumP)
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.
jp nz,**
0xC2,
3 bytes, 10Tjp **
0xC3,
3 bytes, 10Tjp z,**
0xCA,
3 bytes, 10Tjp nc,**
0xD2,
3 bytes, 10Tjp c,**
0xDA,
3 bytes, 10Tjp po,**
0xE2,
3 bytes, 10Tjp (hl)
0xE9,
1 bytes, 4Tjp pe,**
0xEA,
3 bytes, 10Tjp p,**
0xF2,
3 bytes, 10Tjp m,**
0xFA,
3 bytes, 10Tjp (ix)
0xDDE9,
2 bytes, 8Tjp (iy)
0xFDE9,
2 bytes, 8Tjp (c)
0xED98,
2 bytes, 13T