View Source Chip8.Interpreter.Instruction.SKP (chip8 v1.0.0)
Skip the next instruction when a specific key is pressed.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
Ex9E | SKP Vx | Skip the next instruction if the key with the value of Vx is pressed. |