The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: bp628 on April 08, 2005, 03:40:12 PM

Title: how to learn advanced assembly language ?
Post by: bp628 on April 08, 2005, 03:40:12 PM
Is there a book or a programm which explains advanced fonctions and structures ? I already know the primary principles, but I dont find any book to continue learning. (for instance, some help to write windows graphical applications)
Thanks
Title: Re: how to learn advanced assembly language ?
Post by: Synfire on April 08, 2005, 04:12:43 PM
Bp628,

The best way to find info on windows programming (beyond all the beginner's tutorials) is to just check out the Win32 API Reference (win32.hlp) wich is available from many sites on the web (check here (http://www.google.com/search?q=Win32%2eHLP)) or read the documentation at msdn.microsoft.com

I use both sources all the time, as well as this forum.

Regards,
Bryant Keller
Title: Re: how to learn advanced assembly language ?
Post by: mariø on April 08, 2005, 06:47:27 PM
agger tutorials about pentium optimizations is a good way to learn advanced asm techniques
http://www.agner.org/assem/#optimize