Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!wivax!linus!philabs!seismo!hao!hplabs!sri-unix!PLK@mit-mc From: PLK%mit-mc@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: MODEM901 Fix File Message-ID: <1593@sri-arpa.UUCP> Date: Thu, 26-May-83 20:25:00 EDT Article-I.D.: sri-arpa.1593 Posted: Thu May 26 20:25:00 1983 Date-Received: Fri, 3-Jun-83 05:46:42 EDT Lines: 34 From: Paul L. KelleyMatt Weinstein at UCLA-LOCUS has pointed out an error in MODEM901. A fix file is available on MIT-MC as CPM;MODEM 901FIX. The file reads as follows: MODEM901.FIX There is an error in the routine in CONSOLE.ASM which emulates BDOS function 10. The error causes the program to restart itself when ctrl-U (remove current line) is entered. To fix the COM file with DDT change location 265FH from JMP 0AD0H to JMP 25D3H. The source code should read: . . . ; INBUFO: MVI A,'#' CALL CONOUT MVI A,0DH CALL CONOUT MVI A,0AH CALL CONOUT JMP ISTART ;Formerly: JMP START ; RETYPE: POP D . . .