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
-
Well, probably not as relevant now, but. I've learned assembler studying viruses. You know, old school dos vírus and resident programs.
Nowadays I'd suggest examining simple c programs, what is output really is after compile, you'll learn a lot about optimization and better ways to lay out your code. -
Neolex538yHi! Thanks for the answer!
Is coding in assembly like a compiler a good way to code?
I mean it can be counter intuitive no? So the code may be difficult to understand by another person? -
@Neolex
Sometimes you'll be surprised what the compiler actually does.
But it sure helps you know what the program is supposed to do.
Good luck :)
Related Rants
Do you have some idea of assembly programs to write to learn assembly?
undefined
asm
learning to code