Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LOOPcondition Instruction
 Summary Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 11100001       disp (1)
─────────────────┬─────────────────────────┬────────────────────────────────
 LOOPE  label    │ loopz  again            │ 88/86 18,noj=6
 LOOPEW label*   │                         │   286 8+m,noj=4
 LOOPED label*   │                         │   386 11+m
 LOOPZ  label    │                         │   486 9,noj=6
 LOOPZW label*   │                         │
 LOOPZD label*   │                         │
─────────────────┴─────────────────────────┴────────────────────────────────
 11100000       disp (1)
─────────────────┬─────────────────────────┬────────────────────────────────
 LOOPNE  label   │ loopnz for_next         │ 88/86 19,noj=5
 LOOPNEW label*  │                         │   286 8,noj=4
 LOOPNED label*  │                         │   386 11+m
 LOOPNZ  label   │                         │   486 9,noj=6
 LOOPNZW label*  │                         │
 LOOPNZD label*  │                         │
─────────────────┴─────────────────────────┴────────────────────────────────
  * 80386/486 only.
                                    -♦-