Skip to content

Releases: andrescv/jupiter

Jupiter v3.1

03 Sep 18:29
Compare
Choose a tag to compare

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

Jupiter v3.0

17 Aug 00:28
Compare
Choose a tag to compare

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

V-Sim v2.0.2

14 Feb 00:30
Compare
Choose a tag to compare

Change Log

  • Fix issue #6
  • Remove Simulator SplitPane divider

V-Sim v2.0.1

08 Feb 00:33
Compare
Choose a tag to compare

Change Log

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

V-Sim v2.0.0

04 Feb 01:45
Compare
Choose a tag to compare

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

V-Sim v2.0.0-rc (Release Candidate)

20 Jan 16:19
Compare
Choose a tag to compare
Pre-release

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

V-Sim v1.0.3

18 Nov 01:54
Compare
Choose a tag to compare

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

V-Sim v1.0.2

18 Nov 00:26
Compare
Choose a tag to compare

Pack all dependencies in one fat jar

V-Sim v1.0.1

25 Oct 01:22
Compare
Choose a tag to compare

Fix checkStore method