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