• The branching instructions will modify the content of PC so that the program execution sequence is changed to new address.
• There are two types of branching instructions like condition and unconditional instructions.
• In conditional branching the content of PC is changed only if the condition specified is true.
• In unconditional branching the PC is always modified.
• The program branching instructions are ACALL, LCALL, RET, AJMP, LJMP, SJMP, JMP, JZ, JNZ, CJNE, DJNZ and NOP.
• There are two types of branching instructions like condition and unconditional instructions.
• In conditional branching the content of PC is changed only if the condition specified is true.
• In unconditional branching the PC is always modified.
• The program branching instructions are ACALL, LCALL, RET, AJMP, LJMP, SJMP, JMP, JZ, JNZ, CJNE, DJNZ and NOP.
No comments:
Post a Comment