Ask HN: If you wanted to learn assembly how would you?
I have a strong background in higher level languages (Java, Php, Python, etc). A little background in C.
The way I self-taught programming was to just build shit.
What is the best way to learn assembly?
Thanks
3 comments
[ 4.7 ms ] story [ 26.5 ms ] thread• Just typing "gnu assembly language" in a search engine will bring up lots of tutorials, mostly produced by colleges.
• Stack Overflow on your exact question: https://stackoverflow.com/questions/721583/what-is-the-best-...
• The Linux Assembly HOWTO http://www.tldp.org/HOWTO/html_single/Assembly-HOWTO/ referenced by the Linux Assembly site at http://asm.sourceforge.net/
• http://www.int80h.org/ covers the differences between Linux and UNIX/BSD programming and how to write portable code; definitely worth studying.