jmp method

void jmp(
  1. int opcode
)

Implementation

void jmp(int opcode) => registers.pc = opcode & 0x0FFF;