Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!tektronix!hplabs!ucbvax!NGP.UTEXAS.EDU!mknox From: mknox@NGP.UTEXAS.EDU (mknox) Newsgroups: mod.computers.68k Subject: CP/M 68k load function Message-ID: <8605210117.AA26074@ngp.UTEXAS.EDU> Date: Tue, 20-May-86 21:17:43 EDT Article-I.D.: ngp.8605210117.AA26074 Posted: Tue May 20 21:17:43 1986 Date-Received: Thu, 29-May-86 07:44:08 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 9 Approved: info-68k@ucbvax.berkeley.edu One passing thought on getting a LOAD function to return to your program: The default setting for the user stack register is the top of TPA. If you load a program at the top (which is frequently where you load them if you want an RSX, or not to interfere with your own program) then you can wipe out your own stack. Just a thought. mknox@ngp.utexas.edu