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