From 269fbfefe17c9a559f2ec26e3ae738fd2e9be356 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 9 Sep 2019 22:42:07 -0700 Subject: [PATCH] Updated NED README. Different formatting, status update. --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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. -- 2.20.1