diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:06:40 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:06:40 +0000 |
commit | 16b929515e71df6069aa2fcc440b43f9b8820ebc (patch) | |
tree | 83c6c9af29e13a560066087b9daba30ecef6edf2 /CHANGES | |
parent | 79e2d9f48d5f5e325caadaefc5508a9234ffde5d (diff) | |
download | nasm-16b929515e71df6069aa2fcc440b43f9b8820ebc.tar.gz nasm-16b929515e71df6069aa2fcc440b43f9b8820ebc.tar.bz2 nasm-16b929515e71df6069aa2fcc440b43f9b8820ebc.zip |
Update
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ * Make -U switch work * Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo". * Remove "backslash()". +* Fix the SMSW and SLDT instructions. 0.98.36 ------- @@ -17,7 +18,7 @@ * Add new multisection support - map files - fix align bug * Fix sysexit, movhps/movlps reg,reg bugs in insns.dat * "Q" or "O" suffixes indicate octal -* Support Prescott new instructions. +* Support Prescott new instructions (PNI). * Cyrix XSTORE instruction. 0.98.35 |