ini

Input and Output // INI (INput and Increment)

0xEDA2 - u60834

Description

A byte from port c is written to the memory location pointed to by hl. Then hl is incremented and b is decremented.

T States Bytes
16 2

Condition Bits Affected

S unknown
Z exceptional
H unknown
P/V unknown
N set
C unaffected

source
{
  "flags": {
    "S": "unknown",
    "Z": "exceptional",
    "H": "unknown",
    "P/V": "unknown",
    "N": "set",
    "C": "unaffected"
  },
  "operation": "ini",
  "opcode": "ini",
  "operand": [],
  "code": "EDA2",
  "bytes": 2,
  "time": 16,
  "description": "A byte from port c is written to the memory location pointed to by hl. Then hl is incremented and b is decremented.",
  "category": "Input and Output",
  "subCategory": "INI (INput and Increment)"
}