diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 16:46:45 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 16:46:45 -0800 |
commit | 3f3bd41de017db8e7449f5b1345cd80ab77d2571 (patch) | |
tree | d97f3d94973e3aa68baf1e8767002e451bfc0a59 /CHANGES | |
parent | b8536e1f063b9b0241d9f5a7dedc22948eeeff65 (diff) | |
download | nasm-3f3bd41de017db8e7449f5b1345cd80ab77d2571.tar.gz |
CHANGES: Document %iftoken
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ * ELF: Experimental support for DWARF debugging information. * New compile date and time standard macros. * %ifnum now returns true for negative numbers. +* New %iftoken test for a single token. * Add support for the XSAVE instruction group. * Makefile for Netware/gcc. * Fix issue with some warnings getting emitted way too many times. |