Question: 13. Write a subroutine called HYPOT that computes the hypotenuse of a triangle whose sides have lengths pointed to by SI and DI. Return the
13. Write a subroutine called HYPOT that computes the hypotenuse of a triangle whose sides have lengths pointed to by SI and DI. Return the result address in BP. The lengths are stored as words.
14. Find the infinite series for SIN(X) in a calculus book and implement it in a subroutine called SIN. Use EPOWER as an example of how to do this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
