Prefix | Comments |
---|---|
SEGCS | Override the operand's segment with CS: |
SEGDS | Override the operand's segment with DS: |
SEGES | Override the operand's segment with ES: |
SEGFS | Override the operand's segment with FS: |
SEGGS | Override the operand's segment with GS: |
SEGSS | Override the operand's segment with SS: |
LOCK | Lock the bus |
REP | Repeat the instruction |
REPE and REPZ | Repeat while equal |
REPNE and REPNZ | Repeat while not equal |
Labels | Table of Content | Opcodes |