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