diff options
author | Frank Kotler <fbkotler@users.sourceforge.net> | 2003-02-04 17:30:58 +0000 |
---|---|---|
committer | Frank Kotler <fbkotler@users.sourceforge.net> | 2003-02-04 17:30:58 +0000 |
commit | 8afc6966ac4ee3bcbab03b9bf41dc568a0637b21 (patch) | |
tree | 9cd53928177e310f672c2cf142226bddd7c14e81 | |
parent | 3967c3d47606aa50761ab4f0f8eb87e2c5851759 (diff) | |
download | nasm-8afc6966ac4ee3bcbab03b9bf41dc568a0637b21.tar.gz nasm-8afc6966ac4ee3bcbab03b9bf41dc568a0637b21.tar.bz2 nasm-8afc6966ac4ee3bcbab03b9bf41dc568a0637b21.zip |
Changes to CHANGES, AUTHORS
-rw-r--r-- | AUTHORS | 9 | ||||
-rw-r--r-- | CHANGES | 2 |
2 files changed, 11 insertions, 0 deletions
@@ -100,3 +100,12 @@ E: debs@dwiles.demon.co.uk D: Work on docs, added undocumented instructions (esp SSE2 and 3D-Now!) D: Added other documentation and tidied up docs D: Added a few instructions to insns.dat and tidied it up. + +N: Trevor Woerner +E: FIXME +D: Quiet compiler warnings + +N: Michael K. Ter Louw +E: FIXME +D: Multisection support for "-f bin" + @@ -3,6 +3,8 @@ * Update rdoff - librarian/archiver - common rec - docs! * Fix signed/unsigned problems. * Fix JMP FAR label and CALL FAR label. +* Add new multisection support - map files - fix align bug +* Fix sysexit, movhps/movlps reg,reg bugs in insns.dat 0.98.35 ------- |