Added ability to record a JMP/BRZ trace in nedsim, with labels where applicable.
[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
13Among other things, the `docs/` folder contains an architecture manual,
14instruction reference, and compatibility matrix for the various parts of NED.
15
16The `software/` folder contains assembly programs written for the NED
17architecture.
18
19Status
20------
21
22NED is incomplete and subject to frequent breaking changes.
23
24Installation
25------------
26
27A convenience makefile is included in this top level directory with targets
28`make all` and `make clean` which will compile/remove nedsim/nedasm/neddis.
29Binaries can be used in place or manually copied where desired.