Write about EVEN directive in 8086 ALP.
Posted in Microprocessors Interview Questions
It forces the address of the next byte to be even. 8086 words can be accessed in less time if they begin at even address.
Post Your Answer!
Send This to a Friend
← While handling the interrupt instructions in 8086, What are the internal operations may be carried out by the stack?
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....
Which Stack is used in 8086? k is used in 8086? 10.01.09
FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved first....
Define EXTRN directive in in 8086 assembly language? 14.11.08
The EXTRN directive is used to inform the assembler that the names or labels following the directive are in some other assembly module....
Write the use of Assume directive in 8086 assembly language using one example? 14.11.08
Assume CS: code_here, DS:data_here It tells the assembler that the logical segment code_here contains the instruction statements for the program and should be...
Define EQU directive in 8086 assembly language? 14.11.08
It is used to assign a name to constants used in the programs. Consider the statement ‘corr EQU 07H’ , this would tell the assembler to insert the value 07...
What is the Maximum clock frequency in 8086? 10.11.08
5 Mhz is the Maximum clock frequency in 8086. For 8086-I +8Mhz and for 8086-II +10mhz...
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 are JSP Directives? 06.02.07
A JSP directive affects the overall structure of the servlet class. It usually has the following form: However, you can also combine multiple attribute settings...
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....
Monday, February 23, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment