Comment the size of stack?
No Answer is Posted For this Question
Be the First to Post Answer
load a mul a store t1 load b mul b store t2 mul t2 add t1 then the content in accumulator is
What are different adder circuits you studied?
How can the signals of the 8086 be categorised?
Which bit of the flag register is set when output overflows to the sign bit?
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
What is meant by priority of interrupt?
What are the control signals used by the 8085?
What is lst file?
Byte wise what are the lengths of call and ret instructions?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
Give the truth table for a Half Adder, Give a gate level implementation of the same?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1