From: Aaron Taylor Date: Tue, 10 Sep 2019 05:42:07 +0000 (-0700) Subject: Updated NED README. Different formatting, status update. X-Git-Url: http://git.subgeniuskitty.com/ned1/.git/commitdiff_plain/269fbfefe17c9a559f2ec26e3ae738fd2e9be356 Updated NED README. Different formatting, status update. --- diff --git a/README.md b/README.md index 7f729a2..47f330f 100644 --- 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. @@ -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. -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.