View Source Chip8.Interpreter.Instruction.SHL (chip8 v1.0.0)
Calculates the result of an arithmetic left bitshift.
The result of this operation is stored in the first operand.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
8xyE | SHL Vx {, Vy} | Set Vx = Vx SHL 1 and VF = Vx most-significant bit . |