answersLogoWhite

0

The basic arithmetic micro operations are addition, subtraction, increment, decrement, and shift. The arithmetic micro operation defined by the statement:- R3<--R1+R2 specifies an add micro operation. It states that the contents of register R1 are added to the contents of register R2 and the sum transferred to register R3.

The other basic micro operations are :-

symbolic description
designation

R3<- R1+R2 contents of R1 plus R2 transferred to R3 (addition).

R3<- R1+R2 contents of R1 minus R2 transferred to R3 (subtraction).

R2<- R2' complement the contents of R2 (1's complement).

R2<- R2' +1 2's complement of the contents of R2.

R3<- R1 + R2' +1 R1 plus the 2's complement of R2 (subtraction).

R1<- R1+1 Increment the contents of R1 by 1.

R1<- R1 - 1 Decrement the contents of R1 by 1.

The arithmetic micro operations of multiply and divide are not included in the basic arithmetic micro operations. They are implemented by means of a combinational circuit. The multiplication operation is implemented with sequence of add and shift micro operations.

Division operation is implemented with the sequence of subtraction and shift micro operations.

By Vivek Kumar

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi

Add your answer:

Earn +20 pts
Q: Explain Arithmetic micro operation
Write your answer...
Submit
Still have questions?
magnify glass
imp