Initial commit of files related to NED architecture.
[ned1] / nedasm / README.md

Overview

An assembler for the NED architecture.

Status

Functional without restrictions.

Installation

Use make and make clean to build/remove nedasm files. System installation requires manually copying the binary in to place.

Operation

Use nedasm -h to see current command-line options.

Note that the assembler will refuse to overwrite an existing file.

Until a syntax reference is written, see the ned/software folder for working syntax examples.