qa.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.
POP
   Summary  Detail  Example  Timings Key  Encodings Key
──────────────────────────────────────────────────────────────────────────────
 
 01011 reg
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  reg16     │ pop   cx                │ 88/86 8 (88=12)
                │                         │ 286   5
                │                         │ 386   4
────────────────┴─────────────────────────┴─────────────────────────────────
 
 10001111     mod, 000,r/m      disp (2)
────────────────┬─────────────────────────┬─────────────────────────────────
 POP  mem16     │ pop   param             │ 88/86 17+EA (88=25+EA)
                │                         │ 286   5
                │                         │ 386   5
────────────────┴─────────────────────────┴─────────────────────────────────
 
 000,sreg,111
──────────────────┬─────────────────────────┬───────────────────────────────
 POP  segreg      │ pop   es                │ 88/86 8 (88=12)
                  │ pop   ds                │ 286   5
                  │ pop   ss                │ 386   7
──────────────────┴─────────────────────────┴───────────────────────────────
                                    -♦-