WHILE - FOR:
We usually use B as counter. The main trick here is that DJNZ decrements the
counter in B and then checks, so that you don’t need to do two operations.
|
|
WHILE - FOR:
We usually use B as counter. The main trick here is that DJNZ decrements the
counter in B and then checks, so that you don’t need to do two operations.
|
|