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

Call a subroutine.

variants

Variants

OpcodeMnemonicDescription
2nnnCALL addressPush the current pc to the stack and then set pc = address.