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.
- 
				
				 Neolex539yHi! Thanks for the answer! Neolex539yHi! 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




 When I was trying to learn about parameters 😂
When I was trying to learn about parameters 😂

 Can't stop won't stop learning!
Can't stop won't stop learning!
Do you have some idea of assembly programs to write to learn assembly?
undefined
asm
learning to code