[net.micro.cpm] UNDO-J.ASM - patch for MDM730.COM

W8SDZ@Simtel20.ARPA (04/03/84)

From:  Keith Petersen <W8SDZ@Simtel20.ARPA>

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