Releases: andrescv/jupiter
Releases · andrescv/jupiter
Jupiter v3.1
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
V-Sim v2.0.2
Change Log
- Fix issue #6
- Remove Simulator SplitPane divider
V-Sim v2.0.1
Change Log
- Fix issue #5
- Fix argument parser
- Add "Assemble Only Selected Tab" setting
V-Sim v2.0.0
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)
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
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
Pack all dependencies in one fat jar
V-Sim v1.0.1
Fix checkStore method