Opcode LSS


CPU: i80386+
Type of Instruction: User

Instruction: LSS dest, src

Note: Loads 32bit pointer from memory source to destination register
and SS. The offset is placed in the destination register and the
segment is placed in SS. To use this instruction the word at the
lower memory address must contain the offset and the word at the
higher address must contain the segment. THis simplifies the loading
of far pointers from the stack and the interrupt vector table.

+++++++++++++++++++++++
Clocks: 80386 80486

LSS reg, mem 7 6
LSS reg, mem (PM) 22 12

Copyright by InternetNightmare 2005-2006