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

Skip the next instruction when values are not equal.

variants

Variants

OpcodeMnemonicDescription
4xkkSNE Vx, byteSkip the next instruction if Vx != byte.
9xy0SNE Vx, VySkip the next instruction if Vx != Vy.