I have an assignment to do a linked list in mips, but i cant find a good starting point, can someone offer some insignt, and also wouldi t ever be useful to use a linked list in mips?
bobrien314
0
Newbie Poster
Recommended Answers
Jump to PostSame as linked lists in C, but with more attention to the detail of managing memory and pointers.
Or get a version of GCC which targets MIPS, then study the output of
gcc -S prog.c
All 2 Replies
Salem
5,138
Posting Sage
bobrien314
0
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.