Problem
1. Write a subroutine that computes the product of two signed 8-bit numbers. The incoming parameters are passed in the data staclz, and the result is also returned in the staclz.
2. Write a subroutine to compute the product of two 16-bit signed numbers. Pass the multiplier and the multiplicand in the stack and also return the product in the stack.