Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!W8SDZ@Simtel20.ARPA From: W8SDZ@Simtel20.ARPA Newsgroups: net.micro.cpm Subject: UNDO-J.ASM - patch for MDM730.COM Message-ID: <342@sri-arpa.UUCP> Date: Tue, 3-Apr-84 01:45:00 EST Article-I.D.: sri-arpa.342 Posted: Tue Apr 3 01:45:00 1984 Date-Received: Sat, 31-Mar-84 09:16:03 EST Lines: 23 From: Keith Petersen An anonymous user who was irrated by the automatic return to the terminal mode after a file transfer with mdm730.com contributed this short patch that un-does the Irv Hoff "feature". --Keith ------ ;undo-j.asm ;overlay file for mdm730.com to undo the 'J' option ;and restore the 'T' option as it has always been. ;make hex file and lay it on com file w/ddt org 2afbh db 0c2h org 4952h db 'T' org 495fh db 'T' end