operation[operation.XRA_C] = function (reg) { reg.A = reg.A ^ reg.C; reg.PC++; };