What are conditional jumps and loop instructions in 8051 microcontroller?

All QuestionsCategory: Embedded SystemWhat are conditional jumps and loop instructions in 8051 microcontroller?
Chetan Shidling Staff asked 5 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 5 years ago
  • Conditional Jumps and Loop Instructions In 8051 Microcontroller

    JC – Jump if CY = 1
    JNC – Jump if CY not equal to 1
    JZ – Jump if A = 0
    JNZ – Jump if A not equal to 0
    JB – Jump if bit = 0
    JNB – Jump if bit not equal to 0
    JBC – Jump if bit = 1 and clear bit