assembly code motorolla 68000
Your program must print a title line, consisting of Theassignment number, your name, and your class account, all on oneline:
Your program will accept as input only unsigned integers in therange 2 .. 65535.
If the user enters a value that is invalid, your program mustprint a helpful error message and prompt the user to enter a newinteger. The cvta2 macro does no error checking. Thus, you mustwrite code to validate the input. This is a major part of theassignment. While implementation of this assignment in Java wouldbe trivial, it is more difficult in assembler. In particular, inputvalidation will
OR
OR