SX Embedded Controller Instruction

JMP addr

Description: Jump to (9 bit) address
Operation: PC = ( page << 9 ) + addr
Flags affected: none
Registers affected: PC
Sources referenced: -
Cycles: 2 (compatible) or 3 (turbo)
Opcode:
Details: SX Users Manual page # 88
Microchip PIC syntax: GOTO addr
Notes:

See also: JMP PC+W, JMP W

JMP and SKIP instructions take 2 cycles in compatible mode, not 4 as stated in Table 3-7 in User's manual page 53.