Write an Assembly language Program whose input is your FAMILY NAME along with your SID as decimal number. The program must:
- reverse the SID;
- write your FAMILY NAME with capital letters;
- find the sum of the SID and its reverse;
In a clear screen and on separate lines the program must print the following outputs,
- Your Family with capital letters;
- Your SID and its inverse. Prompt the user with:
- Press S to see the sum of my SID and its inverse After S is pressed, print on a new line:
- The sum of my SID and its inverse is: print the sum