Forum: Assembly Oct 23rd, 2008 |
| Replies: 5 Views: 1,891 Is there any place that has instructions for me to be able to set this up? I know running g++ on a MIPS platform would give me the code easy, but setting up a cross platform compiler seems very... |
Forum: Assembly Oct 23rd, 2008 |
| Replies: 5 Views: 1,891 The Assembly that is outputted from doing this is not MIPS. It's like very confusing to look at and work with and I'm not sure how it really relates to MIPS code at all.
I did attempt this already... |
Forum: Assembly Oct 22nd, 2008 |
| Replies: 5 Views: 1,891 I want to convert two C++ programs into MIPS assembly. Both programs compute if a given integer is prime or not. They both contain the same main() pretty much, but one uses an iterative function... |