Linux Assembly How To v0.7 published(tldp.org)
tldp.org
Linux Assembly How To v0.7 published
http://www.tldp.org/HOWTO/Assembly-HOWTO/index.html
5 comments
Writing a quine[0] is always a fun starting project when picking up a new language... :)
[0] http://c2.com/cgi/wiki?QuineProgram
[0] http://c2.com/cgi/wiki?QuineProgram
If you prefer a book on the subject of assembly on Linux, Programming from the Ground Up (2004)[1] is freely downloadable and still relevant.
[1] http://savannah.nongnu.org/projects/pgubook/
[1] http://savannah.nongnu.org/projects/pgubook/
Sweet, I'm also learning masm, may as well learn gnu assembly.
Is there a single page / pdf version of this tutorial?
Excellent, should be an interesting read.
I always preferred AT&T syntax but Intel is the wide spread one. From quickly browsing the site it seems they provide examples for both which is cool.
If anyone has any interesting ideas for some smallish to midsize just for fun projects post away :)