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

Calculates the result of an arithmetic right bitshift.

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

variants

Variants

OpcodeMnemonicDescription
8xy6SHR Vx {, Vy}Set Vx = Vx SHR 1 and VF = Vx least-significant bit.