I need help in writing an assembly language program that reads a line of text from the console, and then parses it into tokens. There are two types of valid tokens: words and numbers. Other kinds of tokens are considered illegal. The output of the program must be a list of tokens, together with...