Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!ucbvax!ULKYVX.BITNET!RDROYA01 From: RDROYA01@ULKYVX.BITNET.UUCP Newsgroups: mod.computers.68k Subject: Has anyone had any success with CPM program load function? Message-ID: <8605200517.AA03959@ucbjade.Berkeley.Edu> Date: Mon, 19-May-86 21:52:00 EDT Article-I.D.: ucbjade.8605200517.AA03959 Posted: Mon May 19 21:52:00 1986 Date-Received: Tue, 20-May-86 20:44:32 EDT Sender: mwm@ucbvax.BERKELEY.EDU Organization: University of Louisville Lines: 8 Approved: info-68k@ucbvax.berkeley.edu I have finally gotten the exception processing working. I can get the ccp to load any program and run it, but only my own programs can run and return to the caller. I had to use a number of movem instructions, absolute jumps, and move usp instructions. But I still cannot get the load program function to work with any regularity. That's why I chose to use the ccp route. Has anyone been able to get the BDOS program load to work and safely return to the caller? If so, how?