Question: Question #5 (3 marks) Write a subroutine to subtract two numbers. In the calling program, to pass input arguments to the subroutine, the BSA instruction

Question #5 (3 marks) Write a subroutine to subtract two numbers. In the calling program, to pass input arguments to the subroutine, the BSA instruction is followed by the subtrahend and minuend. The difference is defined to be: Difference = minuend - subtrahend The difference (subroutine returned value) is returned to the main program in the third location following the BSA instruction. Solution Calling Program Subroutine
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
