Re: Assembly

Geert-Jan Hut <[email protected]> Tue, 8 Oct 2002 11:51:34 +0200
Newsgroups gmane.linux.debian.books
Organization Hut Software
Message-ID <[email protected]>
On Thursday 04 July 2002 08:40, Daniel Bolgheroni wrote:
> What's the best book to learn 8086 assembly language?

I don't know if it's the best book available, but you could check out 'Ar=
t of=20
Assembly'. This book is published electronically and can be downloaded fr=
ee=20
of charge. I think it contains a very good explanation on the principles =
of=20
assembly language. The version I downloaded a while ago has 1498 pages, s=
o=20
happy reading!=20

The URL is: http://webster.cs.ucr.edu/Page_AoAWin/0_AoAHLA.html

Also, both Intel and AMD publish extensive reference guides on their=20
processors (which by definition should contain much the same information)=
=2E=20
You can find these on the following url's:

Intel:          http://www.intel.com/design/PentiumIII/manuals/
AMD:   =20
http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00=
=2Ehtml

The most important advice I can give you is not to be overwhelmed by the =
sheer=20
size of these books. In total these three links point to over 6000 pages =
of=20
freely downloadable information! You can best start in 'Art of Assembly',=
 but=20
the only way you can really learn assembly is to actually start programmi=
ng.=20

Hope this helps.

Geert-Jan.