What are conditional jumps and loop instructions in 8051 microcontroller?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Embedded SystemWhat are conditional jumps and loop instructions in 8051 microcontroller?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 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