/Mstat

A C program that reads text files containing mips machine instructions, analyzes it, and outputs the useage of registers and instruction type formats based on the machine instructions.

Primary LanguageC

The samples folder contains mips assembly instruction sets. The purpose of the Mstat program is to produce read those mips assembly instructions and produce the statistics regarding use of mips registers, instruction type formats.