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: 1 *
Opcode:
Details: SX Users Manual page # 88
Microchip PIC syntax: GOTO addr
Notes:

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