|
Rena I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings Level: 135 Posts: 2612/5390 EXP: 29075505 For next: 259500 Since: 07-22-07 Pronouns: he/him/whatever From: RSP Segment 6 Since last post: 342 days Last activity: 342 days |
|
Post #2612 - 11-23-09 01:18:13 PM I'm curious what assembler everyone is using? I compiled GNU binutils for MIPS, but it's quite broken. Apparently it decides it's going to and optimize my (already hand-optimized) code, adds a few redundant instructions, and breaks the branches. (Adding NOPs to the delay slots... I was using those thank you very much! Now the code doesn't make any sense! You're an assembler, stop trying to optimize!) I also haven't been able to convince objcopy to actually dump the code with the -S flag, just a lot of zeros.
I've been using Renegade, but it's quite limited. Surprisingly I can't seem to find any other assemblers. What's everyone else using? Or are you all just doing it in C now? ![]() ____________________ why not? |




(Adding NOPs to the delay slots... I was using those thank you very much! Now the code doesn't make any sense! You're an assembler, stop trying to optimize!) I also haven't been able to convince objcopy to actually dump the code with the -S flag, just a lot of zeros.










