Compare commits

...

2 Commits

Author SHA1 Message Date
Anton Lydike 4d19738072 release 2.1.1 1 year ago
Anton Lydike 47fef8c99f update changelog 1 year ago

@ -1,14 +1,18 @@
# Changelog
## Upcoming 2.0.6
## 2.1.1
- Bugfix: Allow infinite registers with more than two digits in load/store ins
- Bugfix: Fix how floating point registers are displayed in the debugger
- Bugfix: Various semantic problems in RV32F
## 2.1.0
- Added a very basic libc containing a `crt0.s`, and a few functions
such as `malloc`, `rand`, and `memcpy`.
- Added a subset of the `mmap2` syscall (code 192) to allocate new memory
- Refactored the launching code to improve using riscemu from code
**Planned:**
- Add a floating point unit
- Added floating point support (enabled by default). The RV32F extension is now available
## 2.0.5

@ -34,4 +34,4 @@ from .parser import tokenize, parse_tokens, AssemblyFileLoader
__author__ = "Anton Lydike <Anton@Lydike.com>"
__copyright__ = "Copyright 2023 Anton Lydike"
__version__ = "2.0.5"
__version__ = "2.1.1"

Loading…
Cancel
Save