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>str store task register (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]
STR               Store Task Register (286/386)      Flags: O D I T S Z A P C

STR destination

           Logic:        destination . Task Register

     This instruction stores the current task register to a specified 16-bit
     destination. The destination can be either a 16-bit register or memory
     location.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   STR  register16            2 (286)      2        3    STR DX
   STR  memory16              3 (286)      2        5    STR TASK
  --------------------------------------------------------------------------

        Note:          This instruction is only available in privileged
                       mode.

See Also: LTR

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