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