Chip8.Interpreter.Instruction.SE (chip8 v0.1.0)
Skip the next instruction when values are equal.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
3xkk | SE Vx, byte | Skip next instruction if Vx == byte . |
5xy0 | SE Vx, Vy | Skip next instruction if Vx == Vy . |