View Source Chip8.Interpreter.Instruction.RET (chip8 v1.0.0)
Return from a subroutine.
In case there is not a subroutine to return from, nothing is done.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
00EE | RET | Set pc = address at the top of the stack . |