Updated for the 6.0pre3 release.
authordtrg <none@none>
Sun, 29 Apr 2007 23:36:42 +0000 (23:36 +0000)
committerdtrg <none@none>
Sun, 29 Apr 2007 23:36:42 +0000 (23:36 +0000)
src/about.i
src/index.i

index 2bf6403..f4877fe 100644 (file)
@@ -81,7 +81,7 @@ is far smaller, faster and easier to port.</p>
     <tr>
       <td>i80</td>
       <td>+</td>
-      <td></td>
+      <td>+</td>
     </tr>
     <tr>
       <td>Z80</td>
@@ -96,12 +96,12 @@ is far smaller, faster and easier to port.</p>
     <tr>
       <td>i86</td>
       <td>+</td>
-      <td>+</td>
+      <td>+F</td>
     </tr>
     <tr>
       <td>i386</td>
       <td>+</td>
-      <td>+</td>
+      <td>+F</td>
     </tr>
     <tr>
       <td>68000</td>
@@ -145,6 +145,9 @@ is far smaller, faster and easier to port.</p>
 generator and assembler; - indicates that it is supported by the assembler
 only.</p>
 
+<p>F indicates that the architecture has floating point support (if there is
+an FPU).</p>
+
 <p>Note: all the code generators <em>run</em> on 6.0, but as there are no
 platforms yet that use them they are not currently shipped. If you wish to
 use one, please ask and it can very easily be arranged. (Due to the way the
@@ -219,6 +222,10 @@ with no operating system other than a monitor.</p>
 
 <table border="0">
   <tbody>
+    <tr>
+      <td>i80</td>
+      <td>cpm (CP/M 8080 executables)</td>
+    </tr>
     <tr>
       <td>i86</td>
       <td>pc86 (bootable floppy disk images)</td>
index 91d6195..7db10e7 100644 (file)
@@ -42,6 +42,17 @@ list</a>.</p>
 
 <h1>News</h1>
 
+<h2>2007-04-29</h2>
+
+<p>I've just uploaded 6.0pre3 to the <a
+href="http://sourceforge.net/project/showfiles.php?group_id=130811">download
+page</a>. Lots of bugfixes, and we now support compilation for CP/M using the
+8080 code generator.</p>
+
+<p>Other things that are new: better optimisation, slightly lighter-weight
+binaries, better ANSI C headers, and floating point works on the pc86 and
+linux386 platforms (although only if you have an FPU).</p>
+
 <h2>2007-04-25</h2>
 
 <p>I'm pleased to announce 6.0pre2 has just hit the <a