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>lss load far pointer in ss (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]
LSS               Load Far Pointer in SS (386)       Flags: O D I T S Z A P C

LSS destination register, memory operand

           Logic:        SS . SEGMENT(memory operand)
                           destination register . OFFSET(memory operand)

     This instruction loads the segment address of a far pointer into SS and
     the offset address of pointer into the indicated destination register.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   LSS  register, farpointer               -        4    LSS DI, FARLOC
  --------------------------------------------------------------------------

        Note:          The size of the source and destination operands
                       must be the same as the current segment word size.

See Also: LFS LGS

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