xor method

void xor(
  1. int opcode
)

Implementation

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