News:

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

I find a bug in 'masm32.hlp'!

Started by UtillMasm, February 03, 2010, 07:03:18 AM

Previous topic - Next topic

UtillMasm

C:\masm32\Help\masm32.hlpSyntax:

     .ERR [message]

Description:

     Generates an A2052 error message when assembled. Generally, this
     directive occurs in a conditional-assembly block and is used to indicate
     some error condition discovered at assembly time. This directive can
     be useful for verifying that the program assembled correctly and that
     user-defined bounds were not exceeded.

     If <message> is given, it will be displayed with the standard assembler
     error messages. The <message> parameter is any text item
                                    -o-

It should be:Syntax:

     .ERR [message]

Description:

     Generates an A2052 error message when assembled. Generally, this
     directive occurs in a conditional-assembly block and is used to indicate
     some error condition discovered at assembly time. This directive can
     be useful for verifying that the program assembled correctly and that
     user-defined bounds were not exceeded.

     If <message> is given, it will be displayed with the standard assembler
     error messages. The <message> parameter is any text item.
                                    -o-

:wink

hutch--

 :bg

You will have to blame whatever the problem was with Microsoft, they wrote it. hat technical data was converted directly from the much older ALANG.HLP, a DOS help format for the very old PWB that came with MASM 6.11.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

jj2007

Excuse my ignorance, but the two versions you present differ only insofar as the second one has a dot after "text item". Can you explain, please?

dedndave

oh my foo !!!!
he is a period guy   :red

hutch--

JJ,

Disassemble a DOS era Microsoft help file and you will discover all of the joys of converting it to Winhelp and later to CHM.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php