You might think assembly language on a PC is passe. After all, we have a host of efficient high-level languages and plenty of resources. But there are times you want to use assembly for some reason.
Assembly is generally better produced by compilers these days. There are a few cases where it's worth the effort to hand code in Assembly (embedded chips, optimizations that would be completely ...