MULT1 (Docked)TAS3, Removed (Docked) Name: MULT12 [Show more] Type: Subroutine Category: Maths (Arithmetic) Summary: Calculate (S R) = Q * A Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TIDY calls MULT12 * TIS3 calls MULT12 Calculate: (S R) = Q * A .MULT12 JSR MULT1 \ Set (A P) = Q * A STA S \ Set (S R) = (A P) LDA P \ = Q * A STA R RTS \ Return from the subroutine [X]Subroutine MULT1 (category: Maths (Arithmetic))Calculate (A P) = Q * A [X]Variable P in workspace ZPTemporary storage, used in a number of places [X]Variable R in workspace ZPTemporary storage, used in a number of places [X]Variable S in workspace ZPTemporary storage, used in a number of places MULT1 (Docked)TAS3, Removed (Docked)