Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - <b>nop no operation flags: not altered</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NOP             No Operation                         Flags: Not altered

NOP

    NOP performs no action. NOP is a one-byte instruction that affects
    none of the machine context except the instruction pointer.

    This instruction is used for timing purposes, as a place-holder,
    or to force memory alignment.

    NOP is an alias for XCHG AX,AX.


    Opcode      Format
    90          NOP


    Length and timing
    Operands    Bytes   8088    186     286     386     486     Pentium
    -            1       3       3       3       3       1       1   UV

See Also: XCHG

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson