News:

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

FASM and the MATCH directive ...

Started by James Ladd, September 10, 2005, 11:38:11 PM

Previous topic - Next topic

James Ladd

I hope its ok to ask a FASM question here ....

In FASM you can do conditional inclusion of things.
eg: 

match =TRUE, DEBUG { include 'debug.inc' }

Can someone tell me how to define DEBUG outside fo the source ?

rgs, striker