Register and Data manipulation // POP
0xF1
- u241
The memory location pointed to by sp is stored into f and sp is incremented. The memory location pointed to by sp is stored into a and sp is incremented again.
T States | Bytes |
---|---|
10 | 1 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "pop af", "opcode": "pop", "operand": [ "af" ], "code": "F1", "bytes": 1, "time": 10, "description": "The memory location pointed to by sp is stored into f and sp is incremented. The memory location pointed to by sp is stored into a and sp is incremented again.", "category": "Register and Data manipulation", "subCategory": "POP" }