call p,**

Control Flow // CALL

0xF4 - u244

Description

If condition cc is true, 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 p,**",
  "opcode": "call",
  "operand": [
    "p",
    "**"
  ],
  "code": "F4",
  "bytes": 3,
  "time": 17,
  "description": "If condition cc is true, the current pc value plus three is pushed onto the stack, then is loaded with **.",
  "category": "Control Flow",
  "subCategory": "CALL"
}