sll c

UNKNOWN // UNKNOWN

0xCB31 - u52017

Description

The contents of c 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

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C affected as defined

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "detects parity",
    "N": "reset",
    "C": "affected as defined"
  },
  "operation": "sll c",
  "opcode": "sll",
  "operand": [
    "c"
  ],
  "code": "CB31",
  "bytes": 2,
  "time": 8,
  "description": "The contents of c 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"
}