>moria.de >SC/MP: Software

SC/MP: Software

Much software has likely been lost forever, basically everything that was not released in printed form. Fortunately, listings were popular back then and some have survived in private collections.

Kitbug

Kitbug is a rudimentary monitor that fits in 512 bytes, distributed with the National Semiconductor SC/MP kit and published in the "SC/MP Kit Users Manual" in appendix B. It communicates serially using a software UART, so changing the baud rate requires to change timing constants in the code.

The archive contains the original assembler code from 1975. The binary can be built with a small preprocessing script and >asl.

>kitbug.tar.gz

NIBL and NIBL-E

NIBL is a Tiny BASIC dialect from National Semiconductor, which source code was published in Dr. Dobbs. A slightly modified version was later distributed as ROM and in 2023 a pre-release was found as paper tape binary. Like Kitbug, it communicates serially using a software UART. NIBL-E was a version patched by Elektor to move NIBL from page 0 to page 1. This archive contains both the source of the pre-release, from Dr. Dobbs, NIBL and NIBL-E, which were all restored from the Dr. Dobbs publication. They are built like kitbug.

>nibl.tar.gz

Elbug

Elbug is a hex monitor for the HEXIO card and nice to use. This archive contains Elbug 1 as disassembled source with good English comments and the slightly earlier original source with German comments as well as Elbug 2, with most comments taken over from Elbug 1.

>elbug.tar.gz

Elektor software service (ESS)

Elektor distributed software on audio records to be read with the FSK modem originally made for audio tapes.

ESS-002 contains small programs that play songs: Silent night, Oh Tannenbaum, Hark, Jingle Bells and Mary had a little lamb. The assembler source was reconstructed from a disassembly listing published by Elektor 1978, again ready to be assembled with asl. The programs need the speaker interface, but no further hardware.

>ess-002.tar.gz

ESS-004 contains NIBL-E and two NIBL programs. There was no source code for NIBL-E included, see above for that.

>ess-004.tar.gz

ESS-005 contains the programs luna, battleships, keyplay, runtext, biorhythm, tracer and disassembler. Those were never published in Elektor and were only available on data record. The commented source has likely been lost, but a scanned disassembler listing is included. These programs require the HEXIO board.

>ess-005.tar.gz

CPUSCMP

Most cards of the NDR Klein Computer were accompanied with diagnostic software to verify their operation after assembling them and I followed that tradition for the CPUSCMP board.

>cpuscmp-diag-scmp.tar.gz

There is a simple boot ROM for the BANKBOOT card that moves code to address 0 in RAM and starts it. Included are images for kitbug and NIBL, using 600 baud (2 MHz) or 1200 baud (4 MHz).

>boot-scmp.tar.gz