Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│60        │PUSHA               │ │ │XXXX│Push AX, CX, DX, BX, SP, BP, SI,  │
│          │                    │ │ │ │ │ │ │and DI                            │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│60        │PUSHAD              │ │ │ │XXX│Push EAX, ECX, EDX, EBX, ESP, EBP,│
│          │                    │ │ │ │ │ │ │ESI, and EDI                      │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: PUSHA/PUSHAD-Push all General Registers]
[Next: Description]