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.
LGDT Instructions
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 00001111    00000001    mod,010,r/m       disp (2)
──────────────────┬─────────────────────────┬───────────────────────────────
 LGDT  mem48      │ lgdt  descriptor        │ 88/86 ──
                  │                         │   286 11
                  │                         │   386 11
                  │                         │   486 11
──────────────────┴─────────────────────────┴───────────────────────────────
 
 00001111    00000001    mod,011,r/m       disp (2)
──────────────────┬─────────────────────────┬───────────────────────────────
 LIDT  mem48      │ lidt  descriptor        │ 88/86 ──
                  │                         │   286 12
                  │                         │   386 11
                  │                         │   486 11
──────────────────┴─────────────────────────┴───────────────────────────────
 
 00001111    00000000    mod,010,r/m       disp (0, 1, or 2)
──────────────────┬─────────────────────────┬───────────────────────────────
 LLDT  reg16      │ lldt  ax                │ 88/86 ──
                  │                         │   286 17
                  │                         │   386 20
                  │                         │   486 11
──────────────────┼─────────────────────────┼───────────────────────────────
 LLDT  mem16      │ lldt  selector          │ 88/86 ──
                  │                         │   286 19
                  │                         │   386 24
                  │                         │   486 11
──────────────────┴─────────────────────────┴───────────────────────────────
                                    -♦-