diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 17:01:40 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 17:01:40 -0800 |
commit | 134b94665d0eebfaa8c6c46058eb76188d42582e (patch) | |
tree | 82444f5f344685badc9341a73edffdf59c0479fb /CHANGES | |
parent | 3f3bd41de017db8e7449f5b1345cd80ab77d2571 (diff) | |
download | nasm-134b94665d0eebfaa8c6c46058eb76188d42582e.tar.gz nasm-134b94665d0eebfaa8c6c46058eb76188d42582e.tar.bz2 nasm-134b94665d0eebfaa8c6c46058eb76188d42582e.zip |
Add %ifempty and variants
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ * New compile date and time standard macros. * %ifnum now returns true for negative numbers. * New %iftoken test for a single token. +* New %ifempty test for empty expansion. * Add support for the XSAVE instruction group. * Makefile for Netware/gcc. * Fix issue with some warnings getting emitted way too many times. |