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