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

Call a subroutine.

variants

Variants

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