Chip8.Interpreter.Instruction.CALL (chip8 v0.1.0)
Call a subroutine.
variants
Variants
Opcode | Mnemonic | Description |
---|---|---|
2nnn | CALL address | Push the current pc to the stack and then set pc = address . |
Call a subroutine.
variants
VariantsOpcode | Mnemonic | Description |
---|---|---|
2nnn | CALL address | Push the current pc to the stack and then set pc = address . |