Initial commit of files related to NED architecture.
[ned1] / nedasm / README.md
CommitLineData
bc5b63cf
AT
1Overview
2========
3
4An assembler for the NED architecture.
5
6Status
7======
8
9Functional without restrictions.
10
11Installation
12============
13
14Use `make` and `make clean` to build/remove nedasm files. System installation
15requires manually copying the binary in to place.
16
17Operation
18=========
19
20Use `nedasm -h` to see current command-line options.
21
22Note that the assembler will refuse to overwrite an existing file.
23
24Until a syntax reference is written, see the `ned/software` folder for working
25syntax examples.