package unisim_archisec
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  UNISIM-VP DBA decoder
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      unisim_archisec-0.0.8.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=0fc0ee9876909cbb0c6951e850bef0f0a80645387d464fb6d8d3526b46bfa882
    
    
  sha512=e37a3c3fd9a465b4800ffc2bfe3245893ee31a3f766cfdb8998aee15aee461046e8fe44435e3c95783151cd3c24febb163a00eb66df85693a25747a51a2d7ff6
    
    
  doc/CHANGES.html
0.0.8 (2023-03-08)
- support for adcx,adoxandmulx(x86)
- some bug fixes and code improvements
0.0.7 (2023-10-32)
- various bug fixes and code improvements
0.0.6 (2023-07-14)
- add PowerPC 64 bit decoder
- various bug fixes and code improvements
0.0.5 (2023-02-24)
- enable macOS Homebrew distribution
0.0.4 (2023-02-15)
- better handling of x86 flags
- various bug fixes and refactoring
0.0.3 (2022-07-24)
- handling some new VEX encoded instructions (x86)
- various bug fixes and refactoring
0.0.2 (2022-04-15)
- handling of SSE instructions for AMD64
- various bug fixes and code generator improvements
0.0.1 (2022-03-14)
- update build system (dune 3.0) and improve dependency tracking
- fix memory leak issues
- various bug fixes and code improvements
0.0.0 (2021-10-05)
Initial release.
OCaml binding for the UNISIM DBA (Dynamic Bitvector Automata) decoder.
- Arm32dbalibrary exposes ARM/Thumb architecture;
- Aarch64dbalibrary exposes AARCH64 architecture;
- Amd64dbalibrary exposes AMD64 architecture.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page