<<< Conditional Jumps, Cont | Index | Logical Instructions >>> |
Format:
loop target
Semantics:
Decrements ECX and jumps to target, if ECX > 0
ECX should be loaded with a loop count value before loop begins.
|
|
|
<<< Conditional Jumps, Cont | Index | Logical Instructions >>> |