Assembler

Assembler is a Compiler.

It has a one to one nature that other Compiler does not have.

Input: Taking assembly code Output: Write machine code

When writing your assembler, you will do 2 things:

  1. Output the machine code
  2. Table??? finish writing in notes

First thing to do to Assembler code is break things down into Tokens. Which is called Tokenization also parsing?