PPT Slide
Example - Add
MPY A, X, A*X
ADD A*X, Y, Y
.M
.?
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
The second function needed to create the sum of products, is addition. We add the product “A times X” with Y, creating a running sum in Y.