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
-
I'm glad I learned assembly. I'm able to understand a little bit of Java Machine code
-
People who write compilers use it. People who write APIs use it. People who write bootloaders and kernels use it (a bit). But yeah, that's kind of about it.
However, it's really useful if you want to understand how C works. -
@aaijmrt
I'm not talking about x86 assembly when it comes to most APIs. For example, if you were to write an API for a graphics card (or some other peripheral) you'd have to use the assembly language (or the machine language) of that peripheral. -
Root825087yLearning assembly teaches you to think about what your code will actually be doing, and thereafter helps teach you to optimize both for speed and size.
It's also definitely helps you understand C. -
rfc716828077yYou can also use it recreational. :D
It can be very relaxing to code on such a low level.
Related Rants
During my undergrad I had 2 courses which taught how to code in assembly. Nobody, nobody uses it😢
rant
wk92