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
-
Have a look at Compiler Explorer, it's great for seeing how languages correspond to the assembly they generate.
-
I mean Assembly can be pretty fun to fiddle with, but actually using it is another matter.
-
Assembly is how computer actually work after all sorts of abstraction layers have been pulled off, so it will make you a better programmer in general. Plus that sometimes, you may need to check the disassembly from the compiler generated code to see whether it's what you had intended.
-
screams786yassembly...pffft. dude I'm in love with binaries. no scratch that, I manually fluctuate the currents passing in and out of the processor.
yup, that's how I roll -
@screams a former co-worker had something like that when they had to change software many years after release, but the sources were lost. They just took the binary and hacked in the modifications.
I am in love with Assembly ! 😸
rant