Write a program to generate a pyramid of digits as following in assembly language x86:
1
23
345
4567
The program should be able to accept an integer from keyboard. This integer serves as the level of the pyramid. For instance, the level of the pyramid above is 4.