The branching instructions alter the normal sequential program either conditionaly or unconditionally.
As formerly seen in my previous posts in this Series, we divided the Series into four parts:
Arithmetic Instructions
Logical Instructions
Data Transfer Instructions
Branch Instructions and I/O, Stack, Machine Control Group Instructions
UNCONDITIONAL BRANCHING INSRTRUCTIONS:
JMP :
This instruction is used to jump from one set of programs to another set
e.g: In a 8 bit multiplication program, JN2 LOOP it means that if no zero results in previous arithmetic operation,...