or method

void or(
  1. int opcode
)

Implementation

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