an assembly program that reads an integer number (from 0 to 9). Your program should read the number from the keyboard and then display the corresponding digit in letters (zero, one, two …). However, if it is not a digit, your program should display: “It is not a digit”.