Input and Output // IND, INDR (INput and Decrement, INput and Decrement Repeated)
0xEDAA
- u60842
A byte from port c is written to the memory location pointed to by hl. Then hl and b are decremented.
T States | Bytes |
---|---|
16 | 2 |
S unknown
Z exceptional
H unknown
P/V unknown
N set
C unaffected
{ "flags": { "S": "unknown", "Z": "exceptional", "H": "unknown", "P/V": "unknown", "N": "set", "C": "unaffected" }, "operation": "ind", "opcode": "ind", "operand": [], "code": "EDAA", "bytes": 2, "time": 16, "description": "A byte from port c is written to the memory location pointed to by hl. Then hl and b are decremented.", "category": "Input and Output", "subCategory": "IND, INDR (INput and Decrement, INput and Decrement Repeated)" }