diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-01 22:36:56 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-01 22:36:56 -0700 |
commit | b86e62d826b41f99c102200414af96a5dfa2c393 (patch) | |
tree | 0bad08077aa4d865fc39aa7201c0ff531db961c2 /CHANGES | |
parent | c23b2a9d47bd2308e1789adbc208708b4909a85e (diff) | |
download | nasm-b86e62d826b41f99c102200414af96a5dfa2c393.tar.gz nasm-b86e62d826b41f99c102200414af96a5dfa2c393.tar.bz2 nasm-b86e62d826b41f99c102200414af96a5dfa2c393.zip |
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ * New preprocessor directives %pathsearch and %depend; INCBIN reimplemented as a macro. * %include now resolves macros in a sane manner. +* %substr can now be used to get other than one-character substrings. +* New type of character/string constants, using backquotes (`...`), + which support C-style escape sequences. 2.02 ---- |