File Release Notes and Changelog
Notes:
Changes:
New in 0.0105 - 21 Sep 2006
- BUG FIX: fix crash fix crash when importing by ordinal
- BUG FIX: read correctly across sections
- BUG FIX: some typo fix
- BUG FIX: PUNPCKLDQ was stored as PUNOCKLDQ (patch from Jason Hood)
- BUG FIX: FEMMS & PREFETCH (swapped opcodes) (patch from Jason Hood)
- BUG FIX: MOVLPS (swapped src/dst) (patch from Jason Hood)
- BUG FIX: PACKSSWB (was PACKUSDW) (patch from Jason Hood)
- BUG FIX: PACKUSWB (was PACKSSWB) (patch from Jason Hood)
- BUG FIX: ARPL (EwGw not EvGv) (patch from Jason Hood)
- BUG FIX: FUCOMPP (was FUCOMPUU) (patch from Jason Hood)
- TEST/XCHG ("mem,reg" instead of "reg,mem") (patch from Jason Hood)
- improve a lot disasm adding SSE/SSE2 (patch from Jason Hood)
- enable warning if conpiled with gcc
- do not use CFLAGS/CXXFLAGS in configure
- start float handling
- enhanced x86test (read from file, read bytes on command line) (patch from Jason Hood)