Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│58+rw     │POP r16XXXXXX│Pop top of stack into word        │
│          │                    │ │ │ │ │ │ │register                          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│58+rd     │POP r32             │ │ │ │XXX│Pop top of stack into dword       │
│          │                    │ │ │ │ │ │ │register                          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│8F /0     │POP m16XXXXXX│Pop top of stack into memory word │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│8F /0     │POP m32             │ │ │ │XXX│Pop top of stack into memory dword│
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│1F        │POP DS              │XXXXXX│Pop top of stack into DS          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│07        │POP ES              │XXXXXX│Pop top of stack into ES          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F A1     │POP FS              │ │ │ │XXX│Pop top of stack into FS          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F A9     │POP GS              │ │ │ │XXX│Pop top of stack into GS          │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│17        │POP SS              │XXXXXX│Pop top of stack into SS          │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: POP-Pop a Word from the Stack]
[Next: Description]