News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Book question

Started by ajm0528, August 15, 2008, 05:57:59 AM

Previous topic - Next topic

ajm0528

Has anyone here read the Assembly Language for Intel-Based Computers, 5th Edition 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.

GregL

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.nethttp://www.winasm.net/forum/index.php?showtopic=2117


ajm0528

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.nethttp://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.