mipsrun is anemulator thatallows to runbinaries forMIPS machineson *nix-likeoperatingsystems.mipsrun doesnot emulate themachines thebinaries weremeant to runon, but ratherwhen theprogram asks torun a systemcall, mipsrunemulates thesystem callconverting fromand to thecorrectformats, so tothe emulatedapplication itlooks like asystem call inits nativeexecutionenvironment wasexecuted.mipsrun iswritten in C++,and has beentested on Linux(i386, amd64and PPC),NetBSD