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