Updated NED README. Different formatting, status update.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 10 Sep 2019 05:42:07 +0000 (22:42 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 10 Sep 2019 05:42:07 +0000 (22:42 -0700)
README.md

index 7f729a2..47f330f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-NED - Numeric Evaluation Device
-===============================
+# NED - Numeric Evaluation Device #
 
 
-Description
------------
+## Description ##
 
 NED is an experimental CPU architecture.
 
 
 NED is an experimental CPU architecture.
 
@@ -19,13 +17,13 @@ instruction reference, and compatibility matrix for the various parts of NED.
 The `software/` folder contains assembly programs written for the NED
 architecture.
 
 The `software/` folder contains assembly programs written for the NED
 architecture.
 
-Status
-------
+## Status ##
 
 
-NED is incomplete and subject to frequent breaking changes.
+Everything from the Architecture Manual is implemented except the CMPSWP instruction.
 
 
-Installation
-------------
+The calculator located under `software/` provides a tested, working example.
+
+## Installation ##
 
 A convenience makefile is included in this top level directory with targets
 `make all` and `make clean` which will compile/remove nedsim/nedasm/neddis.
 
 A convenience makefile is included in this top level directory with targets
 `make all` and `make clean` which will compile/remove nedsim/nedasm/neddis.