I was searching for an assembler to generate MIPS binary from asm files and stumbled upon this. Where can I find this assembler. Did not find a link to download this. I have Visual Studio 2010 installed, it doesn't show Assembler pr开发者_运维百科oject types. Basically I need to generate MIPS binaries to test the disassembler I did as part of course work.
I think MIPS is supported with Windows CE. Otherwise the Gnu toolchain for MIPS is widely available. That will give you a MIPS cross-assembler and linker.
the MIPS
Assembler is present in VS 2008
but not in VS 2010
. it is a stand alone tool and found in %program files%\Microsoft Visual Studio 9.0\VC\ce\bin\x86_mips
精彩评论