Andrescv Jupiter Versions Save

RISC-V Assembler and Runtime Simulator

v3.1

4 years ago

Change Log

  • Fix typo in Assembler.java, use data() instead of bss()
  • Fix align method in LinkedProgram.java
  • Remove explicit allocation with zeros in allocateBytesFromHeap for performance
  • Add -cache option in CLI mode and Enable Cache Simulation setting in GUI mode
  • Add deb package source files

v3.0

4 years ago

Change Log

  • The vast majority of code was refactored
  • The project name changed to Jupiter (previously V-Sim)
  • Issues #15, #16, #17, #18, #19 fixed
  • Issue #26 fixed (thanks to @diegocdl)
  • Now using X.Y versioning instead of X.Y.Z

v2.0.2

5 years ago

Change Log

  • Fix issue #6
  • Remove Simulator SplitPane divider

v2.0.1

5 years ago

Change Log

  • Fix issue #5
  • Fix argument parser
  • Add "Assemble Only Selected Tab" setting

v2.0.0

5 years ago

Change Log

  • Improve GUI
  • Fix Known Bugs
  • Improve Dialogs
  • Improve code quality
  • Create own uncaught exception handler in GUI

Usage

Download the Jar attached and start the GUI with

java -jar V-Sim-2.0.0.jar

v2.0.0-rc

5 years ago

Change Log

  • Add a GUI
  • Fix Debugger
  • Improve Parser and Lexer
  • Fix Known Bugs

This version is a pre-release, the documentation online it's not upgraded yet

Usage

Download the Jar attached and start the GUI with

java -jar V-Sim-2.0.0-rc.jar

v1.0.3

5 years ago

Change Log

  • Better "help" message for -help flag
  • Remove annoying copyright notice, now use -license flag instead to display this
  • Improve Command Line and Argument Parser utilities

v1.0.2

5 years ago

Pack all dependencies in one fat jar

v1.0.1

5 years ago

Fix checkStore method

v1.0.0

5 years ago