yasm/modules/preprocs/cpp
Peter Johnson bd06f1aace Support use of EQU values within NASM preprocessor.
Note: label values are still not supported, and probably never will be,
as yasm is single-pass parsing, and only reads the source file once.
Someday we may add specific support for relatively common %if-%error
idioms.

svn path=/trunk/yasm/; revision=2008
2007-11-03 04:37:44 +00:00
..
cpp-preproc.c Support use of EQU values within NASM preprocessor. 2007-11-03 04:37:44 +00:00
Makefile.inc Initial version of cpp module (on multiarch branch). 2007-08-29 11:33:05 +00:00