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