IP2022 Users ManualInstruction Set Architecture
www.ubicom.com
207
Example:
mov w,0x099
This example rotates the bits of data memory
location 0x099 right through the C bit and moves
the result into W. If the data memory location
holds 0x12 and the C bit is set, after this
instruction is executed, W will hold 0x89 and the
C bit will be clear. The data memory location will
still hold 0x12 after execution of the instruction.