I'm working on MIPS in college and we are using Qtspim simulator for running MIPS instructions. I've googled on how to run MIPS code on my real machine (not any simulator like SPIM) but I couldn't find any comment. Is it possible to create an executable file from MIPS instructions?
On another lecture of mine (System Programming) we have been using MASM615 for compiling assembly instructions by using make32
command from the cmd. I'm looking for any similar tool. Are there any exist for MIPS?