operation[operation.ORI] = function (reg, a) { reg.A = reg.A | a; reg.PC += 2; };