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