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
~782 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for f.damati

It looks like that you're trying to program some kind of games ;) you should use .byte not .word you should have asked زmiley :P

Member Avatar for Sarah Gerald
0
85
Member Avatar for Sarah Gerald

Hi all, I have a two dimensional array which looks like A: .byte 'A','B','C','D' .byte 'E','F','G','H' but I would like to make each element fit two characters e.g .byte "8C","9A" ...etc how to allocate 2 byte for each element to make it hold two characters?

Member Avatar for GunnerInc
0
54
Member Avatar for Sarah Gerald

Hello all , I am having a problem in a homework which requires writing a recursive Binary search C code into MIPS The question says that you have a 16 sorted integers This is the C code [CODE] BinarySearch(A[0..N-1], key, low, high) { if (high < low) return -1 // …

0
643

The End.