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