SX Embedded Controller Instruction

JMP PC+W

Description: Add W into PC(L), clear bit 8
Operation: PC = ( PC & 0xFEFF ) + W
Flags affected: C DC Z
Registers affected: PC
Sources referenced: W
Cycles: 1
Opcode:
Actually compiles to: add 2, W
Microchip PIC syntax: ADDWF 2,1
Notes: