Skip to content

Releases: Kakoluz/THUMDER_Core

v1.0.0

Choose a tag to compare

@Kakoluz Kakoluz released this 15 Nov 12:05

Full Changelog: 0.8.7...1.0.0

First official production release

  • Fixed a bug where instructions in execution would override the one before if loaded into other unit
  • Version bump to 1.0.0
  • Updated to .NET 7
  • Build using native AOT, this creates native C++ code instead of packing the runtime in the executable (Not available on macOS as of yet)

This is the first build to include binaries for every platform.

v0.8.7

v0.8.7 Pre-release
Pre-release

Choose a tag to compare

@Kakoluz Kakoluz released this 09 Nov 16:44

Full Changelog: 0.8.5...0.8.7

  • Fixed breakpoint behaviour
  • Added a breakpoint list
  • Clarified text prompts
  • Removed Terminal.gui dependencies and leftover code

v0.8.5

v0.8.5 Pre-release
Pre-release

Choose a tag to compare

@Kakoluz Kakoluz released this 09 Nov 13:26

Full Changelog: 0.8.1...0.8.5

This minor version only adds a few improvements over the current release. Core emulation is untouched

  • Added code explorer
  • Added more useful info while doing steps
  • Added instruction code to the pipeline viewer

v0.8.1

v0.8.1 Pre-release
Pre-release

Choose a tag to compare

@Kakoluz Kakoluz released this 08 Nov 19:45

Full Changelog: 0.1.2...0.8.1

It should work as WinDLX, there is always 1 extra cycle and an extra decoded instruction because of how I process the trap 0.

Posting the Win64 exe, will add the .deb file as soon as i can

V0.1.2

V0.1.2 Pre-release
Pre-release

Choose a tag to compare

@Kakoluz Kakoluz released this 26 Sep 17:21

First release!! Wahoooo.

Included windows .exe and .deb for debian based linux distros.