What is the position of the stack pointer after the push instruction?
No Answer is Posted For this Question
Be the First to Post Answer
How many logical drives is it possible to fit onto a physical disk?
How can interrupts be classified in the 8086?
In a processor these are 120 instructions . Bits needed to impliment this instructions [a] 6 [b] 7 [c] 10 [d] none
What are the three main types of connection used by bluetooth?
What is 'daisy-chaining' in reference to the 8086?
Define byte?
How many bit address bus does the 8085 use?
What is the maximum size of segment in 8086 microprocessor?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
Which segment is used to store interrupt and subroutine return address registers?
How the register in the 8086 are grouped together?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1