blob: 6b517d4f1e8b1be11d01635637d22f65f4236cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
## 0.2.10
* yaxpeax-arm to 0.2
* add arm7-thumb decoding mode
* Bump yaxpeax-superh to 1.0.0
* Upgrade clap to v3 + switch to derive(clap::Parser)
## 0.2.9
* bump yaxpeax-x86 to include fixes for a few decode errors primarily impacting 16-bit modes
## 0.2.8
* link to the right cratesio badge...
## 0.2.7
* *MORE* readme and metadata updates
## 0.2.6
* update readme to describe all supported architectures (+x86_32, x86_16, lc87)
## 0.2.5
* update yaxpeax-x86 to 1.0, bringing in avx512 support and x86_32, x86_16 decoding
* add yaxpeax-lc87
* update all other decoders to yaxpeax-arch 0.2.*, if conforming implementations are available
## 0.2.4
* add cr1901's yaxpeax-6502, thank you!
## 0.2.3
* add наб's yaxpeax-superh. thank you!!
## 0.2.2
* bump yaxpeax-x86 to 0.1.5, and -ia64 to 0.1.3
## 0.2.1
* bump yaxpeax-x86 to 0.1.0
## 0.2.0
CHANGELOG started
|