jmi method

void jmi(
  1. int opcode
)

Implementation

void jmi(int opcode) => registers.pc = registers.v[0x0] + (opcode & 0x0FFF);