Apps


MIPS Random Code Generator
This app handy tool generates random MIPS assembly code for testing purposes. It is particularly useful for MIPS assembler development for those in CS241 again. This week, there is no Linux version, sorry. I would imagine WINE would run it fine, but it hasn't been tested just yet.

--LP

Download: WIN


Binary to Hex Converter for MIPS
This app converts a binary input into hex. What sets this app apart from others, is that it is made specifically as a tool for the CS241 course in the University of Waterloo. However, it usefulness is in the fact that it can substitute certain characters for 5/16-bit section in a MIPS binary instruction. In the end, it does convert the binary into what should be entered for the CS241 assignment to work.

For those who have never heard of CS241 or the University of Waterloo (shame..) just ignore the text ".word 0x" and everything after ".word 0x" is your hexadecimal representation of your binary.

This app was written and compiled in java, so you should get the JAVA runtime environment if you havent already. You can get it here.

--LP

Download: WIN | LINUX