Skip to content

Releases: AntonLydike/riscemu

2.0.4

26 Jan 17:18
Compare
Choose a tag to compare

Bugfixes:

  • Fix an issue with sign handling for rd rs rs type instructions
  • Respect conf.debug_instruction = False to supress debug instructions

Version 2.0.2 - fixed some minor regressions

08 Apr 19:12
Compare
Choose a tag to compare

In this release:

  • Added implicit declaration of .text section when a file starts with assembly instructions without declaring a section first
  • Fixed a regression where the cpu's exit code would no longer be the exit code of the emulator. Now the emulator exits with the cpu's exit code
  • Added the changelog

Version 2.0.1 - fixed broken parsers

08 Apr 19:11
Compare
Choose a tag to compare

In this release:

  • Fixed type annotations in parser code that prevented running unprivileged code

Version 2.0.0 - Major upgrade to structure and correctness

31 Mar 20:57
Compare
Choose a tag to compare

In this release:

  • Correct handling of 32 bit overflows and underflows
  • Complete revamp of internal data structures
  • Completely reworked how assembly is parsed

See this release on PyPI: https://pypi.org/project/riscemu/2.0.0/