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
~315 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for samernic

I have a block of MIPS [URL="http://www.daniweb.com/forums/thread56999.html#"]code[/URL] that implements a pseudo-instruction operating on the values from two registers. The problem is i am having trouble undertanding what it does. The code is: srl $s1, $s1, 1 sll $t0, $s0, 31 srl $s0, $s0, 1 or $s1, $s1, $t0 The 4 …

Member Avatar for Duoas
0
102
Member Avatar for samernic
Member Avatar for Narue
0
100
Member Avatar for samernic

A container that holds 50 distinct integers has two ends: top and bottom. When an input integer matches one of the integers in the container, it is then moved to the top, and all the integers above the matched integer are moved down to fill the gap in the container …

Member Avatar for Nick Evan
0
113