Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!sri-unix!sri-spam!ames!sdcsvax!ucbvax!STONY-BROOK.SCRC.SYMBOLICS.COM!jrd From: jrd@STONY-BROOK.SCRC.SYMBOLICS.COM (John R. Dunning) Newsgroups: comp.sys.atari.8bit Subject: What's the right way... Message-ID: <871006122252.4.JRD@GRACKLE.SCRC.Symbolics.COM> Date: Tue, 6-Oct-87 12:22:00 EDT Article-I.D.: GRACKLE.871006122252.4.JRD Posted: Tue Oct 6 12:22:00 1987 Date-Received: Fri, 9-Oct-87 06:27:21 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 9 to return from a program to DOS? I always thought the protocol was that DOS (any DOS) effectively JSR'ed to the start address of the program once it was loaded; thus the right way to return was just to RTS. That's always worked for me, using DOS XL. However, I've gotten some reports that Kermit-65 sometimes wedges up when one exits from it. I'm pretty sure I'm not trashing the stack; it really looks like DOS expects something other than an RTS. Anyone got any ideas? Thanks in advance.