You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EduMIPS64 is a GPL MIPS64 Instruction Set Architecture (ISA) simulator and graphical debugger.
6
6
7
7
## Notes for this release:
8
8
9
-
This is version 1.2.7 of EduMIPS64, a bug-fix release. Its codename is Hope, because that's what helps us during the COVID-19 lockdown, and also as a reference to the upcoming Easter.
9
+
This is version 1.2.7.1 of EduMIPS64, a minor bug-fix release. Its codename is Hope, because that's what helps us during the COVID-19 lockdown, and also as a reference to the upcoming Easter.
10
10
11
-
This release most notably fixes issue #308, which exposed 2 bugs related to EduMIPS64's FPU.
12
-
13
-
We are now using GitHub Actions instead of Azure Pipelines as a CI system.
11
+
This release fixes 2 minor issues introduced in 1.2.7.
14
12
15
13
Please keep in mind that this is still EXPERIMENTAL SOFTWARE. It may
16
14
BURN YOUR HARD DISK, DESTROY ALL YOUR DATA and even GO OUT WITH YOUR
@@ -22,12 +20,7 @@ EduMIPS64 is hosted on GitHub: www.github.com/EduMIPS64/edumips64.
22
20
23
21
Our web site is www.edumips.org, and our development blog is http://edumips64.blogspot.com.
24
22
25
-
## New in this release since version 1.2.6
26
-
23
+
## New in this release since version 1.2.7
27
24
### Fixed
28
-
- RAW stall in combination with FPU caused instructions to disappear (Issue #304)
29
-
- Some instructions not showing correctly in Cycles UI (Issue #304)
30
-
31
-
### Changed
32
-
- Using GitHub Actions instead of Azure Pipelines as CI.
33
-
- Added timeouts to tests
25
+
- div.d incorrectly emits SEVERE logging statement (Issue #315)
0 commit comments