What is difference between DIV and IDIV instruction in 8086 ?
Posted in Microprocessors Interview Questions
DIV : It operates only on unsigned number.IDIV : It operates only on signed numbers.
Post Your Answer!
Send This to a Friend
← What is Packed BCD Format ?
Write about the following instruction : →
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...
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 use of Instruction pointer in 8086 ? 14.11.08
Instruction pointer holds the 16 bit address of the next code byte within the code segment. The value contained in the IP is called effective address or offset....
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...
Which StacWhich Stack is used in 8086? k is used in 8086? 26.03.06
FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved first....
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....
Thursday, February 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment