IP2022 User’s Manual—Instruction Set Architecture www.ubicom.com 173 MOV fr,W Move W into fr Operation: fr = W Bits affected: None Opcode: 0000 001f ffff ffff Description: This instruction moves the contents of W into the
specified    data    memory    location.    W    is    left
unchanged.
Cycles: 1 Example: mov    0x099,w;move W to 0x099 This example moves the contents of W into data
memory location 0x099.