diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * ARMv7 instructions now impl Copy and Clone, matching A64 instructions and so many enums/structures from decoded instructions. +* ARMv7: expand support for coprocessor, SVC instructions. (thank you @rva333!) + * support non-Thumb encoding of SVC + * support non-`*2` forms of coprocessor instructions + * collapse `*2` encoding choice for coprocessor instructions into a paramter + on the opcode (rather than distinct opcodes) ## 0.4.0 |
