Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~609 People Reached
Favorite Forums
Favorite Tags
Member Avatar for utopia14

Hey guys I know little of C (specializing in JAVA) and my data structures course asked that I transfer this into MIPS using $a and $v registers... any help would be awesome! #include <stdlib.h> void *(memset)(void *s, int c, size_t n) { const unsigned char uc = c; unsigned char …

Member Avatar for andor
0
540
Member Avatar for utopia14

Hey fellow MIPS users... I'm new to the forums and new to MIPS, so I was hoping someone could help me out with a certain problem I'm having...[IMG]http://ubuntuforums.org/images/smilies/eusa_wall.gif[/IMG] I have to take the following code and optimize it... I know I can do this without the stack/frame pointers, so I …

0
69