diff --git a/README.md b/README.md index c90c711..d4c7707 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. - Cosmetics: Changed Register Flow Documentation wording from _reads_ to _uses_ and from _modifies_ to _changes_. - Bugfix: Minor fix for `andi/eori/ori to ccr` which were not byte sized in ISA. - Bugfix: Added alternate condition code tests `HS (=CC)` and `LO (=CS)`. +- Performance: Optimized mnemonic lookup. ### V0.4 (03-Aug-21) diff --git a/build.gradle b/build.gradle index 2bfe217..889afa6 100644 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,7 @@ patchPluginXml {
  • Cosmetics: Changed Register Flow Documentation wording from 'reads' to 'uses' and from 'modifies' to 'changes'.
  • Bugfix: Minor fix for `andi/eori/ori to ccr` which were not byte sized in ISA.
  • Bugfix: Added alternate condition code tests HS (=CC) and LO (=CS). +
  • Performance: Optimized mnemonic lookup.

    V0.4 (03-Aug-21)