diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-09-19 04:27:01 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-09-19 04:27:01 +0000 |
commit | c9f57c24d0761693cc44a0e6d205c484dd9dbf52 (patch) | |
tree | 3babcd64b0c44e2bcd1539ff71dfb2569a529c22 /CHANGES | |
parent | f394043af0f450b2b60c3b7d42664cd2f9f000e4 (diff) | |
download | nasm-c9f57c24d0761693cc44a0e6d205c484dd9dbf52.tar.gz nasm-c9f57c24d0761693cc44a0e6d205c484dd9dbf52.tar.bz2 nasm-c9f57c24d0761693cc44a0e6d205c484dd9dbf52.zip |
Fixes from Bart Oldeman
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +0.98.36 +------- +* Fix signed/unsigned problems. +* Fix JMP FAR label and CALL FAR label. + 0.98.35 ------- * Fix build failure on 16-bit DOS (Makefile.bc3 workaround for compiler bug.) |