Assembly File
String of ASCI characters. Only has an ASCI string no line concept. Need to break downt the string,
- Break into tokens such as labels, nubmers, .words, MIPS instructions, etc.
- ex: add is a token
- Group the tokens into groups: Analysis
- Output equivalent machine code: Synthesis