Please Code in HIGH LEVEL ASSEMBLY BY Randall Hyde. Please if you could it would be more helpful and understandable.

Big Number! Write an HLA Assembly language program that prompts for... Big Number! Write an HLA Assembly language program that prompts for n, an int8 value, and then displays a repeated digit pattern starting with that number. The repeated digit pattern should show one n, two n-1s, three n-2s, ... , n-1 2s and n 1s. Shown below is a sample program dialogue.
These are the sample program:
Gimme a decimal value to use for n: 5 Here's your answer: 544333222211111
Gimme a decimal value to use for n: 8 Here's your answer: 877666555544444333333222222211111111