UNKNOWN // UNKNOWN
0xCB32 - u52018
The contents of d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0.
| T States | Bytes |
|---|---|
| 8 | 2 |
S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C affected as defined
{
"flags": {
"S": "affected as defined",
"Z": "affected as defined",
"H": "reset",
"P/V": "detects parity",
"N": "reset",
"C": "affected as defined"
},
"operation": "sll d",
"opcode": "sll",
"operand": [
"d"
],
"code": "CB32",
"bytes": 2,
"time": 8,
"description": "The contents of d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0.",
"category": "UNKNOWN",
"subCategory": "UNKNOWN"
}