1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 07:28:07 +00:00
bddisasm/disasmtool
Andrei Vlad LUTAS 76d92e73c2 Multiple changes
- Add support for AVX512-FP16 instructions, as per https://software.intel.com/content/www/us/en/develop/download/intel-avx512-fp16-architecture-specification.html
- Bug fix: zeroing with no masking is not supported, so return an error if we encounter such encodings
- Bug fix: ignore VEX/EVEX.W field outside 64 bit mode for some instructions
- Several other minor fixes and improvements
2021-07-08 12:40:39 +03:00
..
CMakeLists.txt Multiple changes 2021-07-08 12:40:39 +03:00
disasmtool.c Multiple changes 2021-07-08 12:40:39 +03:00
disasmtool.vcxproj Initial commit. 2020-07-21 11:19:18 +03:00
disasmtool.vcxproj.filters Initial commit. 2020-07-21 11:19:18 +03:00