Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
LAR Instruction
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 00001111     00000010     mod,reg,r/m       disp (0, 1, 2, or 4)
────────────────────┬──────────────────────────┬────────────────────────────
 LAR  reg16,reg16   │ lar   ax,bx              │ 88/86 ──
 LAR  reg32,reg32*  │                          │   286 14
                    │                          │   386 15
                    │                          │   486 11
────────────────────┼──────────────────────────┼────────────────────────────
 LAR  reg16,mem16   │ lar   cx,selector        │ 88/86 ──
 LAR  reg32,mem32*  │                          │   286 16
                    │                          │   386 16
                    │                          │   486 11
────────────────────┴──────────────────────────┴────────────────────────────
  * 80386/486 only.
                                    -♦-