what are the types of conditional jumps



what are the types of conditional jumps..

Answer / Prabal Pandey

There are three main types of conditional jumps in the 8086 microprocessor:
1. JZ (Jump if Zero): The processor jumps to a specified location if the zero flag is set.
2. JNZ (Jump if Not Zero): The processor jumps to a specified location if the zero flag is not set.
3. JA (Jump above or Jump if Above): The processor jumps to a specified location if the carry flag is clear and the accumulator is greater than the value in the register.
4. JB (Jump Below or Jump if Below): The processor jumps to a specified location if the carry flag is set or if the accumulator is less than the value in the register.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More 86 Family Interview Questions

How subroutine can be called from the main program and how the program returns from the subroutine?

1 Answers  


What is the purpose of the sign flag in 8085?

1 Answers  


What does 8088 microprocessor have?

1 Answers   CDAC,


Describe the general purpose registers of 8085?

1 Answers  


How to detect a sequence of "1101" arriving serially from a signal line?

1 Answers  


If the crystal oscillator is operating at 15 MHz. What will be the PCLK output of 8284?

1 Answers   CDAC,


Draw a Transmission Gate-based D-Latch?

1 Answers  


how does the 8086 differ from the 8085 microprocessor?

1 Answers  


Which interrupt has highest priority in microcontroller ?

1 Answers  


what is program counter?

1 Answers   Wipro,


List some 8051 microcontroller applications in embedded systems ?

1 Answers  


What is meant by a bus?

1 Answers  


Categories