View Source Chip8.Interpreter.Instruction.JP (chip8 v1.1.0)
Jump to a memory address.
variants
Variants
| Opcode | Mnemonic | Description |
|---|---|---|
1nnn | JP address | Set pc = address. |
Bnnn | JP V0, address | Set pc = V0 + address. |
Jump to a memory address.
variants
Variants| Opcode | Mnemonic | Description |
|---|---|---|
1nnn | JP address | Set pc = address. |
Bnnn | JP V0, address | Set pc = V0 + address. |