diff --git a/README.md b/README.md index d4c7707..3b9d92c 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. - 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. +- Enhancement: Reworked Instruction Documentation provider, now shows condition codes. ### V0.4 (03-Aug-21) diff --git a/build.gradle b/build.gradle index 889afa6..6ef5c2f 100644 --- a/build.gradle +++ b/build.gradle @@ -64,6 +64,7 @@ patchPluginXml {
  • 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. +
  • Enhancement: Reworked Instruction Documentation provider, now shows condition codes.

    V0.4 (03-Aug-21)