Miniature-MIPS-assembler-P1

miniature MIPS assembler phase 1 - Computer Architecture class

Inputs

After you compiled the code you need to run it and pass the input file and output file. the input file must be in .as format and the output file must be in .mc format (each line of MIPS assembly code converted to decimal numbers).

.as file

The .as file is the input file. It contains MIPS assembly code that will be assembled.

.mc file

The .mc file is the output file. It contains the machine code that is generated from the MIPS assembly code line by line.

We will use the .mc file as input in phase 2.