SX Embedded Controller Instruction

JMP W

Description: Move W into PC(L), clear bit 8
Operation: PC = ( PC & 0xFE00 ) + W
Flags affected: none
Registers affected: PC
Sources referenced: W
Cycles: 1
Opcode:
Actually compiles to: mov 2, W
Microchip PIC syntax: MOVWF 2
Notes: