MENU.BAS -- This is the actual word processor program. Lower case characters are displayed as upper case, but in green instead of cyan. It appears to not use the normal file system to store the document, but instead does direct sector-level accesses. It seems like it can only deal with one document per disk. NEW.BAS -- A utility program to initialize a disk for use as a WORDKING document. COPY.BAS -- A utility program: "TEXT PAGE COPIER"