[ned1] / nedasm /
drwxr-xr-x   ..
-rw-r--r-- 235 Makefile
-rw-r--r-- 503 README.md
-rw-r--r-- 7045 nedasm.c
-rw-r--r-- 11413 nedasm_codegen.c
-rw-r--r-- 287 nedasm_codegen.h
-rw-r--r-- 733 nedasm_misc.h
-rw-r--r-- 8263 nedasm_parser.c
-rw-r--r-- 519 nedasm_parser.h
-rw-r--r-- 19509 nedasm_parser_extensions.c
-rw-r--r-- 447 nedasm_parser_extensions.h
-rw-r--r-- 2890 nedasm_structures.c
-rw-r--r-- 2331 nedasm_structures.h

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.