3- Write an assembly program that reads an integer number from the keyboard and then displays its divisors. For example, if the user inputs 14, your program will display: 1, 2, 7, 14.