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