What is the position of the Stack Pointer after the POP instruction?
Posted in Computer Architecture Interview Questions
The address line is 02 greater than the earlier value.
Pop operation would do addition by +2
Related Interview Questions
-
What is the difference between 8086 and 8088? 10.01.09
The BIU in 8088 is 8-bit data bus & 16- bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086.... -
What is pipelining? 26.11.08
A technique used in advanced microprocessors where the microprocessor begins executing a second instuction before the first has been completed. That is, several... -
While handling the interrupt instructions in 8086, What are the internal operations may be carried out by the stack? 14.11.08
(i)SP =SP-2 , stack ß Push flag reg. Contents, IF =0 , TF =0 (ii) SP=SP-2, Stackß CS Reg. Contents, Address of Interrupt pointer = Interrupt type * 4 ,... -
What is the use of TEST instruction in 8086? 14.11.08
Test instruction is the same as the AND instruction except that ite does not put the result anywhere. Like the CMP instruction , it is used only to set the flag... -
What is AAS instruction in 8086 ? 14.11.08
Adjust Result of ASCII Subtraction This instruction adjust the binary result of SUB or SBB instruction.... -
What is the use of Directives in 8086 ? 14.11.08
Directives in 8086 give directions to the assembler during the assembly process but are not translated into machine instruction.... -
What is the use of PUSHF instruction used in 8086 ? 14.11.08
It pushes the flag register contents to the top of the stack. No flags are affected.... -
What is the position of the Stack Pointer after the POP instruction? 10.11.08
The address line is 02 greater than the earlier value. Pop operation would do addition by +2... -
What is the difference between 8086 and 8088? 10.11.08
The BIU in 8088 is 8-bit data bus & 16- bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086. in 8086 instruction buffer q(ibq) is 6bytes a... -
What is the difference between 8086 and 8088? 26.03.06
The BIU in 8088 is 8-bit data bus & 16- bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086....
No comments:
Post a Comment