add NEWS update
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:04:18 +0000 (17:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:04:18 +0000 (17:04 +0100)
NEWS.txt

index b6e803833d4de57f11ee4f5dc5a014237bea90d0..55f5830d1930607b3d1966e19ec71eb991066a0f 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,18 @@
+Release Notes Version 0.0.2 16 May 2021
+-------------
+
+Version 0.0.2 adds preliminary pseudo-code and support for some basic
+scalar IEEE754 FP operations.  Additional Pseudo-code from the v3.0B
+Specification (specifically Section A.3 Book I p782) has been extracted
+and cleaned up to become executable through compilation into python.
+This provides the implementation of "fcfids".
+
+Additionally. a RADIX MMU implementation has been added plus associated
+unit tests, and Load/Store Exceptions are underway: misaligned exceptions
+are already generated; RADIX MMU exceptions will be added in a next
+release.
+
+
 Release Notes Version 0.0.1 23 April 2021
 -------------