Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Just by using assembly directly, it's kind of an admission that your firm mainlines masochism.
-
@SortOfTested There are occasions where even C is too high level and assembly is necessary to do the job.
-
@SortOfTested It's for uni and it's actually just a hangman game, but I grossly overcomplicated it and also used the lowest numbered unused register everywhere, which means that now I keep stepping on my own foot, it's full of pointless mov-s and I can't assume the variable from the register when reading a function.
-
@Fast-Nop
I see your MIPS argument and I raise you edge cases are not the rule. 😋 -
@Root Just finishing the damn thing and not thinking about it ever again would save me a lot of refactoring.
-
@Root In code that's used frequently and extended occasionally, this stands. In code that's run once, graded and the forgotten, not so much.
-
Root825994y@homo-lorens Fair point!
I kind of miss writing code and never supporting it again 😅
I need to fuckinb slepe
5 day sleep deprived sprints don't mix well with assembly
random