Function Get_Segment_Base_Address (Sel: word) : Longint;
Get_Segment_Base_Address returns the 32-bit linear base address from the LDT descriptor for the specified segment (Sel).
Notes:
None.
uses go32; begin Writeln(get_segment_base_address(get_ds)); end.