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

Return from a subroutine.

In case there is not a subroutine to return from, nothing is done.

variants

Variants

OpcodeMnemonicDescription
00EERETSet pc = address at the top of the stack.