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>clts clear task switched flag (286/386) flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLTS              Clear Task Switched Flag (286/386) Flags: O D I T S Z A P C

CLTS

           Logic:          Task Switched Flag in MSW . 0 (286)
                           Task Switched Flag in CR0 . 0 (386)

    Whenever a task switch occurs in the 286 or 386, the task switched
    flag is set to 1. This instruction clears the task switched flag in
    the Machine Status Word (MSW) of the 286, or in the CR0 register of
    the 386.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   CLTS                       2 (286)      -        2    CLTS
  --------------------------------------------------------------------------

        Note:          You can only use this instruction at privilege
                       level 0.

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