diff --git a/README.md b/README.md index 64a79357..ae381dfb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ an effective development environment for people getting started with RISC-V. ## Features - - RV32IMF ISA with some support for user level interrupts. + - RV32IMFDN ISA - Several system calls that match behaviour from MARS or SPIKE. - Support for debugging using breakpoints and/or `ebreak` - Side by side comparison from psuedo-instruction to machine code with diff --git a/src/help/Command.html b/src/help/Command.html index 2a75a196..86b0fb61 100644 --- a/src/help/Command.html +++ b/src/help/Command.html @@ -1,5 +1,5 @@ -
+ RARS 1.4 was released in November 2019. + It added support for the D extension, fixed known bugs in the F extension, improved compatability with GCC and clang, and fixed several bugs. + A full changelist is availible at https://github.com/TheThirdOne/rars/releases/tag/v1.4 +
+RARS 1.3 was released in June 2019. It added a Java API to allow for quick automated simulation and contains several bugfixes. diff --git a/src/help/IDE.html b/src/help/IDE.html index 7d02e663..59494284 100644 --- a/src/help/IDE.html +++ b/src/help/IDE.html @@ -1,5 +1,5 @@ -