The file "CUTER TAPE (cassette).BIN" contains a version of CUTER that loads from cassette tape using the procedure detailed on pages 24-25 of the SOLOS/CUTER User's Manual. To load CUTER through the 3P+S serial port instead of cassette, send the file "CUTER TAPE (3P+S serial port).BIN". In addition, two bytes in the bootstrap loader shown on page 24 of the SOLOS/CUTER User's Manual must be changed to use the serial port instead of cassette: Change location 0021 from FA to 00 Change location 0027 from FB to 01 For reference, the file "CUTBOOT.ASM" is a disassembly of the bootstrap loader found on page 24 of the SOLOS/CUTER manual. The file "RELOAD.ASM" is the relocating loader that is loaded from tape by the bootstrap loader. This second stage loader, in turn, loads and relocates CUTER from the rest of the tape.