Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
POP Instruction
 Summary Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 01011reg
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  reg16     │ pop   cx                │ 88/86 8 (88=12)
 POP  reg32*    │                         │   286 5
                │                         │   386 4
                │                         │   486 1
────────────────┴─────────────────────────┴─────────────────────────────────
 
 10001111     mod,000,r/m       disp (2)
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  mem16     │ pop   param             │ 88/86 17+EA (88=25+EA)
 POP  mem32*    │                         │   286 5
                │                         │   386 5
                │                         │   486 6
────────────────┴─────────────────────────┴─────────────────────────────────
 
 000,sreg,111
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  segreg    │ pop   es                │ 88/86 8 (88=12)
                │ pop   ds                │   286 5,pm=20
                │ pop   ss                │   386 7,pm=21
                │                         │   486 3,pm=9
────────────────┴─────────────────────────┴─────────────────────────────────
 
 00001111     10,sreg,001
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  segreg*   │ pop   fs                │ 88/86 ──
                │ pop   gs                │   286 ──
                │                         │   386 7,pm=21
                │                         │   486 3,pm=9
────────────────┴─────────────────────────┴─────────────────────────────────
  * 80386/486 only.
                                    -♦-