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