Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>wait wait flags: not altered</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WAIT             Wait                                Flags: not altered

          Logic:    None

    WAIT causes the processor to enter a wait state. The processor will
    remain inactive until the TEST input on the microprocessor is driven
    active.

  --------------------------------------------------------------------------
   Operands                  Clocks   Transfers  Bytes   Example
   no operands               3 + 5n       -        1     WAIT
  --------------------------------------------------------------------------

       Notes:         This instruction is used to synchronize external
                      hardware, such as a coprocessor.

See Also: HLT ESC LOCK

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