POPF
This instruction pops the element at the top of the stack and stores it in the FLAGS
register. The flags are modified accordingly.
This instruction first reads the value pointed to by SP
and stores it in the FLAGS
register, then increments the SP
register by 2.
Usage
vonsim
POPF
Encoding
01111000