News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

What does option:dotname do?

Started by xanatose, May 21, 2016, 05:23:27 PM

Previous topic - Next topic

xanatose

Trying to find a reference for masm as MSDN documentation is lacking.

What does OPTION:DOTNAME do?

TWell

QuoteFor example, you may have MASM code in which the first character of a variable, macro, structure, or field name is a dot (.). Since a leading dot causes MASM to generate an error, you can use this statement in your program:

OPTION:DOTNAME

xanatose

Quote from: TWell on May 21, 2016, 06:03:44 PM
QuoteFor example, you may have MASM code in which the first character of a variable, macro, structure, or field name is a dot (.). Since a leading dot causes MASM to generate an error, you can use this statement in your program:

OPTION:DOTNAME
Thank you

qWord

MREAL macros - when you need floating point arithmetic while assembling!