Date : Tue, 27 Mar 1984 23:45:00 MST (Tue)
From : Keith Petersen <W8SDZ@Simtel20.ARPA>
Subject: UNDO-J.ASM - patch for MDM730.COM
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