Assembly Language Help (alang.hlp) (
Table of Contents; 
Topic list)
 
  
  
    Important Notice
  
  
    The pages on this site contain documentation for very old MS-DOS software,
    purely for historical purposes.
    If you're looking for up-to-date documentation, particularly for programming,
    you should not rely on the information found here, as it will be woefully
    out of date.
  
 
 LDS Instructions
 ◄Summary► ◄Key► ◄Example►                    ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
 
 11000101     mod,reg,r/m      disp (2)
──────────────────┬─────────────────────────┬───────────────────────────────
 LDS  reg,mem     │ lds   si,fpointer       │ 88/86 16+EA (88=24+EA)
                  │                         │   286 7,pm=21
                  │                         │   386 7,pm=22
                  │                         │   486 6,pm=12
──────────────────┴─────────────────────────┴───────────────────────────────
 
 11000100     mod,reg,r/m      disp (2)
──────────────────┬─────────────────────────┬───────────────────────────────
 LES  reg,mem     │ les   di,fpointer       │ 88/86 16+EA (88=24+EA)
                  │                         │   286 7,pm=21
                  │                         │   386 7,pm=22
                  │                         │   486 6,pm=12
──────────────────┴─────────────────────────┴───────────────────────────────
 
 00001111     10110100         mod,reg,r/m      disp (2 or 4)
──────────────────┬─────────────────────────┬───────────────────────────────
 LFS  reg,mem     │ lfs   edi,fpointer      │ 88/86 ──
                  │                         │   286 ──
                  │                         │   386 7,pm=25
                  │                         │   486 6,pm=12
──────────────────┴─────────────────────────┴───────────────────────────────
 
 00001111     10110101         mod,reg,r/m      disp (2 or 4)
──────────────────┬─────────────────────────┬───────────────────────────────
 LGS  reg,mem     │ lgs   bx,fpointer       │ 88/86 ──
                  │                         │   286 ──
                  │                         │   386 7,pm=25
                  │                         │   486 6,pm=12
──────────────────┴─────────────────────────┴───────────────────────────────
 
 00001111     10110010         mod,reg,r/m      disp (2 or 4)
──────────────────┬─────────────────────────┬───────────────────────────────
 LSS  reg,mem     │ lss   bp,fpointer       │ 88/86 ──
                  │                         │   286 ──
                  │                         │   386 7,pm=22
                  │                         │   486 6,pm=12
──────────────────┴─────────────────────────┴───────────────────────────────
                                    -♦-