Write a subroutine to calculate the product of two numbers. Subroutine should take three numbers as parameters through the stack. First two parameters will be two numbers whose product is to be calculated and should return the result in third parameter.