Control Flow // CALL
0xCD - u205
The current pc value plus three is pushed onto the stack, then is loaded with **.
| T States | Bytes |
|---|---|
| 17 | 3 |
None.
{
"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"
}