View Source Chip8.Interpreter.Instruction.SE (chip8 v1.0.0)

Skip the next instruction when values are equal.

variants

Variants

OpcodeMnemonicDescription
3xkkSE Vx, byteSkip next instruction if Vx == byte.
5xy0SE Vx, VySkip next instruction if Vx == Vy.