View Source Chip8.Interpreter.Instruction.SYS (chip8 v1.0.0)
Call a native subroutine.
It is not possible to call the native subroutines that were available in the computers where Chip-8 was introduced so this instruction is essentially a no-op.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
0nnn | SYS address | No-op. |