The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ajm0528 on August 15, 2008, 05:57:59 AM

Title: Book question
Post by: ajm0528 on August 15, 2008, 05:57:59 AM
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.
Title: Re: Book question
Post by: GregL 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

Title: Re: Book question
Post by: ajm0528 on August 15, 2008, 07:58:35 PM
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.