Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
General Forums => The Campus => Topic started by: James Ladd on September 10, 2005, 11:38:11 PM
Title:
FASM and the MATCH directive ...
Post by:
James Ladd
on
September 10, 2005, 11:38:11 PM
I hope its ok to ask a FASM question here ....
In FASM you can do conditional inclusion of things.
eg:
Code
Select
Expand
match =TRUE, DEBUG { include 'debug.inc' }
Can someone tell me how to define DEBUG outside fo the source ?
rgs, striker
Text only
|
Text with Images