and method

void and(
  1. int opcode
)

Implementation

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