Chip8.Interpreter.Instruction.SHL (chip8 v0.1.0)

Calculates the result of an arithmetic left bitshift.

The result of this operation is stored in the first operand.

variants

Variants

OpcodeMnemonicDescription
8xyESHL Vx {, Vy}Set Vx = Vx SHL 1 and VF = Vx most-significant bit.