From 517f145124cb1a934d8350fca85cd5c8a73a7479 Mon Sep 17 00:00:00 2001 From: Benjamin Landers Date: Mon, 27 Aug 2018 13:51:43 -0700 Subject: [PATCH] Bump version and fix a few documentation errors --- META-INF/MANIFEST.MF | 2 +- help/Command.html | 2 +- help/History.html | 33 ++++++++++++++++++--------------- help/IDE.html | 2 +- help/Intro.html | 2 +- help/Limits.html | 4 ++-- help/Tools.html | 2 +- rars/Globals.java | 4 ++-- 8 files changed, 27 insertions(+), 24 deletions(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 87bac449..4d42fb43 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,4 +1,4 @@ -Manifest-Version: 1.0 +Manifest-Version: 1.1 Class-Path: . Created-By: 1.6.0_33 (Sun Microsystems Inc.) Main-Class: rars.Launch diff --git a/help/Command.html b/help/Command.html index 9bd48406..cdfb9152 100644 --- a/help/Command.html +++ b/help/Command.html @@ -1,5 +1,5 @@ -RARS 1.0 help contents +<title>RARS 1.1 help contents
diff --git a/help/History.html b/help/History.html index 7dbe6720..6b27dc78 100644 --- a/help/History.html +++ b/help/History.html @@ -1,27 +1,30 @@ -MARS Release History and Notes +<title>RARS Release History and Notes

RARS - RISC-V Assembler and Runtime Simulator

-

Release 1.0

-

August 2017

+

Release 1.1

+

August 2018

Release History

-

RARS 1.0 was released in August 2017. This release moved from supporting MIPS to supporting RISC-V. - Besides that major change and associated small changes, there are several general changes worth noting.

+

RARS 1.1 was released in August 2018. This release fixed a bug with AUIPC and psuedointructions that used it, lbu + requiring half-word alignment and the funct fields of bge,bgeu, and bltu

- +

RARS 1.0 was released in August 2017. This release moved from supporting MIPS to supporting RISC-V. + Besides that major change and associated small changes, there are several general changes worth noting. +

+

Mars 4.5 was released in August 2014. Enhancements and bug fixes include: