Assembler:Commands:POPA

From Cheat Engine
Revision as of 10:26, 13 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''command''' popa POPs all the general purpose registers off the stack in the reverse order of PUSHA. That is '''DI''',…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

command popa

POPs all the general purpose registers off the stack in the reverse order of PUSHA. That is DI, SI, BP, SP, BX, DX, CX, AX.

Used to restore state after a call to PUSHA.

Note: Not available in 64 bit mode.

Command Parameters

<none>


Examples

popa


See also

External links