Outputs the factorial of each integer between 1 and N where N is user input
Assignment: "Non-Leaf Procedures"
Write an assembly-language code that iteratively generates the factorial of each integer number between 1 and n, where, n > 1 and is defined by a user input.