answersLogoWhite

0

Explain Arithmetic micro operation

Updated: 12/17/2022
User Avatar

Wiki User

14y ago

Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

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

Explain memory reference and register reference instructions as micro operation?

memory reference instructions as micro operation


What is the difference between micro operation and macro operation?

Micro operation is the level 2 operation, it is excute directly from hardware. Mainly used in provide macro instruction. Macro operation is the level more than 2 (3,4) operation, depend on your CPU structure. Sometime, we call its assembly operation. It is excute by micro operation.


What is the relationship between instruction and micro-operation?

in computer central processing units, micro-operations (also known as a micro-ops or &mu;ops) are detailed low-level instructions used in some designs to implement complex machine instructionsA micro-operation is an elementary CPU operation, performed during one clock pulse.An instruction consists of a sequence of micro-operations.


Explain the significance and issues in micro level planning?

importance of micro planning


Explain the element of micro-environment and macro-environment outline any two changes in the macro-environment?

explain the elements of the micro environment in brief?


Explain what the micro environment is in business studies?

what is micro &amp; macro environment means(according to business studies)


What is the relationship between instruction and micro operation?

1 macro can be defined as a cycle involve numbers of small steps to execute or to perform a task this small step is known as micro-opration micro is part of instruction 2.instruction is task performed by micro opration


What is micro operation?

Micro-operations are detailed low-level instructions used in some designs of computer central processing units. They mainly implement complex machine instructions.


What is a register in microcontroller?

Registers are small memory elements of size in few byte or word. Registers can be accessed quickly by the ALU (Arithmetic and Logic Unit) of micro controllers.


What are the four modes of operation?

There are 4 operation basiclly done in micro processor 1.memory read 2.memory write 3.i/o read 4.i/o write


What are the various phases of an instruction cycle Give the micro operation of fetch and decode phases?

there are 4 phases in instruction cyclefetchdecodeexecutestore


Why go for a multiprocessor over a faster single processor?

explain the all instruction in micro processer with example