Q: Accept 10, 32 bit hexadecimal numbers from the user and print their sum.
Detailed Comments :- Thanks to the free time in the lab. :-)
Detailed Comments :- Thanks to the free time in the lab. :-)
Assembly Language |
Steps involved:-
- Accept the numbers in Ascii format
- Convert the numbers to hexadecimal form.
- Add the numbers to get the sum.
- Convert the sum to Ascii format.
- Display the result.