Code was assembled using the Telemark Table Assembler (TASM) with a custom table describing the 8-bit processor assembly language. For details on using TASM to assemble code for the 8-bit processor, see the section "Using TASM" in the 8-bit processor kit instruction manual.
A file containing several programs used during early testing of the 8-bit processor system. Also includes the program loader.
Assembly languageThis program was used to load unformatted hex object code through the serial port and place it in RAM for testing and debugging the system monitor and other programs
Assembly languageThis is a system monitor loaded into RAM for testing purposes.
Assembly languageThis is a program that allows examination and changing of memory, and loading and executing of binary files
Assembly language fileThis is a program that calculates pi using IEEE-754 single-precision floating point numbers
Assembly language file