[ned1] / software /
drwxr-xr-x   ..
drwxr-xr-x - 4func_calculator
-rw-r--r-- 851 README.md
drwxr-xr-x - assembly_fragments

NED Software

This directory contains software written for NED.

Each folder contains a README.md that specifies the required version of nedasm. Remember to check ../docs/compat_matrix.md to determine corresponding compatible nedsim versions.

Most software in this directory includes targets make for building, make sim for execution, and make clean for cleanup. The first two require nedasm and nedsim in the user’s PATH or a full path in ../common/main.mk for the NEDASM and NEDSIM variables.

Program Listing

4func_calculator/

An integer only, four function, stack based calculator. The first non-trivial program written for NED.

assembly_fragments/

This folder contains fragments of assembly code used during the development of nedasm. They are of little interest on their own.