Dev-C++ uses AT&T assembly, and I want to convert that in MIPS. I can't find the command for the Windows 10 (64bit) that does that. Linux for example uses mips-linux-gnu-g++ -march=mips32r2 -S dll.c, I think. The file I want to convert is .cpp, if that helps.
↧