call **

Control Flow // CALL

0xCD - u205

Description

The current pc value plus three is pushed onto the stack, then is loaded with **.

T States Bytes
17 3

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "call **",
  "opcode": "call",
  "operand": [
    "**"
  ],
  "code": "CD",
  "bytes": 3,
  "time": 17,
  "description": "The current pc value plus three is pushed onto the stack, then is loaded with **.",
  "category": "Control Flow",
  "subCategory": "CALL"
}