[Solved]Write Assembly Language Program Prompts Number Call Factorial Procedure Passing Number Pro Q37223705
Write an assembly language program that prompts for a number andthen call a factorial procedure passing that number into theprocedure then returns the factorial value. In addition, displaythe value of the EBP register every time it changes, so you it willbe displayed on the recursive call into and coming out of therecursive calls when the value is popped off of the stack.
Use one of the shift instructions to write two macros orprocedures
1. htoa, hexadecimal to ascii and
2. atoh, ascii to hexadecimal.
3. Update your factorial program with the hexadecimal functionto display the EBP address in hex.
Expert Answer
Answer to Write an assembly language program that prompts for a number and then call a factorial procedure passing that number int… . . .
OR

