[comp.sys.atari.st] I/O redirection fix for mmdis.ttp

braner@batcomputer.tn.cornell.edu (braner) (11/19/86)

[]

To fix mmdis.ttp (v. 1.0) for I/O redirection using '_' and '^':

	offset	  old	new

	389D	  '<'	'_' (5F)	(not that you'd really use this)
	38B1	  '>'	'^' (5E)
	38C1	  '>'	'^' (5E)

- Moshe Braner