View Source Chip8.Interpreter.Instruction.SNE (chip8 v1.0.0)
Skip the next instruction when values are not equal.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
4xkk | SNE Vx, byte | Skip the next instruction if Vx != byte . |
9xy0 | SNE Vx, Vy | Skip the next instruction if Vx != Vy . |