nasm64developer
-
2005-11-23
Similar to %$id versus %$$id, %$$$id, etc.
the preprocessor should support additional
% characters at the start of %id, %n, %-n,
%+n, or %*, to reference outer macros and/
or loops. Attached find code from my local
forked version, which implements that.