spim

MIPS32 simulator for running and debugging MIPS assembly programs

brewmacoslinux
Try with needOr install directly
Source

About

MIPS32 simulator

Commands

spimxspim

Examples

Run a MIPS assembly file in interactive mode$ spim -file program.s
Execute MIPS code with specified memory size and exit after completion$ spim -quiet -file program.s
Launch the graphical MIPS simulator interface$ xspim