Has anyone here read the Assembly Language for Intel-Based Computers, 5th Edition (http://www.bookpool.com/sm/0132383101) book? Will the code from the book work with MASM32 (or even WinAsm Studio)? I recently downloaded the new version, v10, and I noticed a lot of code I found online won't work with MASM32. Can anyone answer this for me?
Thank you.
Yes, it will work, but the author uses his own library of routines in the book. Trying to use the masm32 library with the code from the book won't work. There is information at the WinAsm Studio Forum about setting up WinAsm Studio for using the code from the book.
Here's the link to the info at the WinAsm.net: http://www.winasm.net/forum/index.php?showtopic=2117
Quote from: Greg on August 15, 2008, 06:12:37 PM
Yes, it will work, but the author uses his own library of routines in the book. Trying to use the masm32 library with the code from the book won't work. There is information at the WinAsm Studio Forum about setting up WinAsm Studio for using the code from the book.
Here's the link to the info at the WinAsm.net: http://www.winasm.net/forum/index.php?showtopic=2117
Thanks. I couldn't get the file someone posted there to work so I signed up for that forum and asked for help there. Thanks again.