Problem
1. Write a subroutine that will &vide a 16-bit signed number into another 16-bit signed number. Pass the divisor and dividend in the stack and also return the remainder and quotient in the stack.
2. Write a subroutine that will divide a 32-bit signed number into another 32-bit signed number. Pass the divisor and dividend in the stack and also return the remainder and quotient in the stack.