Write about the auxiliary carry flag used in 8086 ?
Posted in Microprocessors Interview Questions
It is set if there is a carry out of bit 3 during an addition or a borrow by bit 3 during a subtraction. This flag is used exclusively for BCD arithmetic.
Related Interview Questions
-
What are the various flags used in 8085? 10.01.09
Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag.... -
What are the flags in 8086? 10.01.09
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.... -
What are the flags in 8086? 10.01.09
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.... -
Write about EVEN directive in 8086 ALP. 14.11.08
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.... -
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.... -
When the Overflow flag is set ? 14.11.08
For addition of 16 bits, this flag is set when there is a carry into the MSB and no carry out of the MSB.... -
What are the flags in 8086? 19.07.06
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.... -
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 are the flags in 8086? 26.03.06
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.... -
What are the various flags used in 8085? 17.03.06
Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag....
No comments:
Post a Comment