| |
Load Pointer using SS
86/88 |
N |
186 |
N |
286 |
N |
386 |
Y |
486 |
Y |
LSS destination, source |
Ovfl |
N |
Dir |
N |
Int |
N |
Trap |
N |
Sign |
N |
Zero |
N |
Aux |
N |
Prty |
N |
Carry |
N |
LSS loads into two registers the 32-bit pointer variable found in
memory at source. LSS stores the segment value (the higher order word
of source) in SS and the offset value (the lower order word of source)
in the destination register. The destination register may be any any
16-bit general register (that is, all registers except segment
registers).
------------------------------------ Timing ----------------------------------
OpCode Instruction 386 286 86
0F B2/r LSS r16, m16:16 7 7 16
0F B2/r LSS r32, m16:32 7
------------------------------------ Logic -----------------------------------
SS = (Source + 2)
destination = (source)
See Also LEA LDS LES LFS LGS LGDT Flags |