SX Embedded Controller Instruction

MOV fr,M

Description: Move M into fr
Operation: fr = W = M
Flags affected: none
Registers affected: W fr
Sources referenced: M
Cycles: 2
Opcode:
Actually compiles to: mov W, M; mov fr, W
Microchip PIC syntax:
Notes: