todo

Assembly File

String of ASCI characters. Only has an ASCI string no line concept. Need to break downt the string,

  1. Break into tokens such as labels, nubmers, .words, MIPS instructions, etc.
    1. ex: add is a token
  2. Group the tokens into groups: Analysis
  3. Output equivalent machine code: Synthesis