call m,**

Control Flow // CALL

0xFC - u252

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 m,**",
  "opcode": "call",
  "operand": [
    "m",
    "**"
  ],
  "code": "FC",
  "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"
}