
LOOP LOOPLOOP
Operation: | Flags Affected: |
(ex) +- (CX) | None |
if (CX) =F 0 then |
|
(lP) +- (IP) + disp |
|
to |
|
Description:
LOOP short-label
LOOP decrements ex by 1 and transfers con- trol to the target operand if ex is not 0; otherwise the instruction following LOOP is executed.
Encoding:
1111 0001 0 1 | disp |
|
|
|
|
| - |
LOOP Operands | Clocks | Transfers Bytes LOOP Coding Example | |
17/5 | - | 2 LOOP AGAIN |