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
there are 4 phases in instruction cyclefetchdecodeexecutestore
There are 4 operation basiclly done in micro processor 1.memory read 2.memory write 3.i/o read 4.i/o write
A logic microoperation specify binary operation for a string of bits stored in registers.These operation consider each bit in the registers seperately and treat it as a binary variable. Eg:-F--A(+)B If the contents of register A is 1010 and that of register B is 1100 than the information is transfer to register F is 0110
micro controller contain system on chip memory, timers,counters where as a micro processor doesn't contain all these
Micro VAV are VAV dampers from Micro Matic.
memory reference instructions as micro 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.
in computer central processing units, micro-operations (also known as a micro-ops or μ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.
importance of micro planning
what is micro & macro environment means(according to business studies)
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
Micro-operations are detailed low-level instructions used in some designs of computer central processing units. They mainly implement complex machine instructions.
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.
There are 4 operation basiclly done in micro processor 1.memory read 2.memory write 3.i/o read 4.i/o write
there are 4 phases in instruction cyclefetchdecodeexecutestore
explain the all instruction in micro processer with example
the units of the CPU are :- ALU (arithmetic and logical unit) CU(control unit) the ALU handles the arthmetic operations being done by the application and the CU is responsible for handling the instruction passed by the micro processor.