mov method

void mov(
  1. int opcode
)

Implementation

void mov(int opcode) => registers.v[_rxIndex(opcode)] = registers.v[_ryIndex(opcode)];