movConst method

void movConst(
  1. int opcode
)

Implementation

void movConst(int opcode) => registers.v[_rxIndex(opcode)] = (opcode & 0x00FF);