Why should someone learn to program in Assembly?

Quora Feeds

Active Member
Brian Bi

Some possible reasons to learn assembly:
  • You want to gain a deeper understanding of your machine
  • You want to understand exactly what code your C compiler is generating
  • You want to write a device driver
  • There is a section in your C or C++ code that needs to be very tightly optimized
  • You appreciate a challenge
  • You want to learn reverse engineering


See Questions On Quora

Continue reading...
 
Top