You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reads a specified MIPS text file and outputs the assembly code equivalent to the input file to a file called disassembly.txt.
Also outputs the instruction-by-instruction simulation of the MIPS code to a file called simulation.txt.
About
reads MIPS text files and generates the assembly code equivalent to the input file. Generates the instruction-by-instruction simulation of the MIPS code.