The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: bolzano_1989 on October 18, 2011, 08:51:50 AM

Title: asmintro.chm, typographical errors
Post by: bolzano_1989 on October 18, 2011, 08:51:50 AM
In Protected Mode Memory section of asmintro.chm, there's a line of code:
mov [edx], al ; copy ascii zero to address in EDI

I think it should be corrected to:
mov [edx], al ; copy ascii zero to address in edx

In Working With Macros section of asmintro.chm, there's a line:
QuoteMacros differ from library modules n a number of important ways...
which should be corrected to:
QuoteMacros differ from library modules in a number of important ways...
Title: Re: asmintro.chm, typographical error in In protected Mode Memory section
Post by: hutch-- on October 18, 2011, 09:15:13 AM
 :bg

EDX.
Title: Re: asmintro.chm, typographical errors
Post by: MichaelW on October 18, 2011, 09:39:17 AM
Also, in masm32.chm under Calling Conventions the table fails to indicate that SYSCALL is caller stack cleanup, as is the actual case (tested for ML 6.15 only).
Title: Re: asmintro.chm, typographical errors
Post by: bolzano_1989 on October 19, 2011, 09:55:31 AM
In Working With Macros section of asmintro.chm, there's a line:
QuoteThe convention is not without purpose as it provides a method where the least number of register preservations need to occur between procedures calling other procedures or systme function in the Windows APIs.
which should be corrected to:
QuoteThe convention is not without purpose as it provides a method where the least number of register preservations need to occur between procedures calling other procedures or system functions in the Windows APIs.

In Working With Structures section of asmintro.chm, there's a line:
QuoteIf for example you needed to pass the adress of a RECT structure to a procedure, you would normally make the call in the following manner
which should be corrected to:
QuoteIf for example you needed to pass the address of a RECT structure to a procedure, you would normally make the call in the following manner
Title: Re: asmintro.chm, typographical errors
Post by: ToutEnMasm on October 19, 2011, 12:33:01 PM

with http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21138
the html help worksop ,every one can made modify on an .chm help file.
good idea is to put here the corrected chm.
Title: Re: asmintro.chm, typographical errors
Post by: oex on October 19, 2011, 03:27:33 PM
Quote from: ToutEnMasm on October 19, 2011, 12:33:01 PM

with http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21138
the html help worksop ,every one can made modify on an .chm help file.
good idea is to put here the corrected chm.


I would argue that better that one person modifies the document as otherwise different versioning issues are muddled, if someone mistakenly deletes a page all hell would break loose.... You might end up with 3 different versions with different updates all uploaded at the same time meaning someone has to go through all 3 documents to find the updates and amend one single version....

MT updating requires a MT comptible updating system
Title: Re: asmintro.chm, typographical errors
Post by: hutch-- on October 20, 2011, 06:58:36 AM
When I get around to the documentation I will fix the typos but at the moment I am working on macros and library modules and will not put it aside for a trivial matter of spelling.
Title: Re: asmintro.chm, typographical errors
Post by: dedndave on October 20, 2011, 02:35:36 PM
we muddle through on the typos   :P
Title: Re: asmintro.chm, typographical errors
Post by: oex on October 20, 2011, 07:18:07 PM
Quote from: dedndave on October 20, 2011, 02:35:36 PM
we muddle through on the typos   :P

* We muddle through on the typos.   :P
Title: Re: asmintro.chm, typographical errors
Post by: dedndave on October 20, 2011, 07:23:09 PM
actually, if there were no typos, i'd be inclined to suspect forgery
Hutch is infamous for his typos   :bg
Title: Re: asmintro.chm, typographical errors
Post by: hutch-- on October 20, 2011, 10:20:53 PM
 :bg

MASM is an excellent spell checker.  :P