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
Opcode | Mnemonic | Description |
---|---|---|
00EE | RET | Set pc = address at the top of the stack . |