Lecture 3-4 Computer Organization and Architecture
Lecture 3-4 Computer Organization and Architecture
Lecture 3-4 Computer Organization and Architecture
CSEN 2202
Lecture 3 – 4
20/01/2020
• Shift micro-operation
• Basic shift micro-operations are
• Left shift by n bitsR1 ← R1 << n
• Right shift by n bits R1 ← R1 >> n
Thank you