Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│58+rw │POP r16 │X│X│X│X│X│X│Pop top of stack into word │
│ │ │ │ │ │ │ │ │register │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│58+rd │POP r32 │ │ │ │X│X│X│Pop top of stack into dword │
│ │ │ │ │ │ │ │ │register │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│8F /0 │POP m16 │X│X│X│X│X│X│Pop top of stack into memory word │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│8F /0 │POP m32 │ │ │ │X│X│X│Pop top of stack into memory dword│
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│1F │POP DS │X│X│X│X│X│X│Pop top of stack into DS │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│07 │POP ES │X│X│X│X│X│X│Pop top of stack into ES │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F A1 │POP FS │ │ │ │X│X│X│Pop top of stack into FS │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F A9 │POP GS │ │ │ │X│X│X│Pop top of stack into GS │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│17 │POP SS │X│X│X│X│X│X│Pop top of stack into SS │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: POP-Pop a Word from the Stack]
[Next: Description]