To determine if the addition has overflowed... If the result is smaller than either of the original numbers, then it overflowed.What problem are you having with Multiplying???Code:V1 VAR WORD V2 VAR WORD Result VAR WORD Result = V1 + V2 if Result < V1 then OverFlowed
Darrel
Bookmarks