logoalt Hacker News

SoftTalkertoday at 3:36 PM1 replyview on HN

Understanding assembly language (any architecture) give insights into how computers work that are still valuable and relevant today. Almost nobody still writes code in assembly, but understanding it at least conceptually is still worth something.

If I were hiring, I would almost always prefer a candidate who had some experience at machine/assembly programming to one that didn't, all else being roughly equal.


Replies

sumenotoday at 4:19 PM

I've been a developer for 20 years, I do some reverse engineering stuff on the side using assembly.

There hasn't been a single time in 20 years that it was actually relevant for real work in any way.

Unless you are doing very specific work knowing assembly is about as useful as knowing COBOL (which is also useful for a very specific kind of work that most devs will never do)

show 1 reply