View Source Chip8.Interpreter.Instruction.CALL (chip8 v1.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
Variants| Opcode | Mnemonic | Description |
|---|---|---|
2nnn | CALL address | Push the current pc to the stack and then set pc = address. |