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