.MAD JSR MULT1 \ Call MULT1 to set (A P) = Q * A \ Fall through into ADD to do: \ \ (A X) = (A P) + (S R) \ = Q * A + (S R)Name: MAD [View in context] Type: Subroutine Category: Maths (Arithmetic) Summary: Calculate (A X) = Q * A + (S R)
Calculate (A X) = Q * A + (S R)
[X]
Subroutine MULT1 (category: Maths (Arithmetic))
Calculate (A P) = Q * A