Fixed bug in nedasm related to uninitialized size of text_segment array.
[ned1] / README.md
CommitLineData
bc5b63cf
AT
1NED - Numeric Evaluation Device
2===============================
3
4Description
5-----------
6
7NED is an experimental CPU architecture.
8
9The folders `nedsim/`, `nedasm/` and `neddis/` form a simulator, assembler and
10disassembler for the NED architecture. More details can be found in the
11`README.md` located in the top level directory of each sub-project.
12
de1f1345
AT
13A passive front panel, found in the `nedfp/` folder, works in conjunction with
14`nedsim`.
15
bc5b63cf
AT
16Among other things, the `docs/` folder contains an architecture manual,
17instruction reference, and compatibility matrix for the various parts of NED.
18
19The `software/` folder contains assembly programs written for the NED
20architecture.
21
22Status
23------
24
25NED is incomplete and subject to frequent breaking changes.
26
27Installation
28------------
29
30A convenience makefile is included in this top level directory with targets
31`make all` and `make clean` which will compile/remove nedsim/nedasm/neddis.
32Binaries can be used in place or manually copied where desired.