News:

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

About Macros

Started by Twister, October 13, 2010, 10:08:21 PM

Previous topic - Next topic

Twister

What are the limitations in macros?

What are all the things it can do at compile time? Only what the assembler is able to do at compile time?

jj2007

Does God exist?

(or, in other words: Could you ask a little bit more specific questions?)

Twister

Nevermind. I'll just go on MSDN.

jj2007

You won't find much there. But google for Microsoft MASM 6.1 Reference Guide - fascinating lecture.

Twister

I found a heck of a lot of things just now that I never knew existed in MASM.

http://msdn.microsoft.com/en-us/library/afzk3475.aspx

Just take a look through the sections. The directives reference and symbols reference.

jj2007

Sure. But the 6.1 Ref Guide is a lot better if you want to learn macro programming.

GregL