Computer Science, asked by Shahnawaz1012, 10 months ago

Why is there rotate right but not rotate left instructuion in cortex m3?

Answers

Answered by Anonymous
11

ROTATE is a logical operation of 8085 microprocessor. It is a 1 byte instruction. This instruction does not require any operand after the opcode. It operates the content of accumulator and the result is also stored in the accumulator. The Rotate instruction is used to rotating the bits of accumulator.

Similar questions