Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU.UUCP Newsgroups: mod.computers.vax Subject: (none) Message-ID: <870226165713.03f@CitHex.Caltech.Edu> Date: Thu, 26-Feb-87 19:58:10 EST Article-I.D.: CitHex.870226165713.03f Posted: Thu Feb 26 19:58:10 1987 Date-Received: Sun, 1-Mar-87 11:45:52 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 13 Approved: info-vax@sri-kl.arpa > I have a problem! Is there a command which will allow > me to determine the value of a register that is returned > from a foreign process. > > I am running a "C" program and want to check the value > of register 0 upon returning to DCL program that called > the "C" program. That's no problem. If all you want is the value the image had placed in R0 before exiting to DCL, all you have to do to get it is look at the contents of the symbol $STATUS. That's what it's there for. Now, if you'd wanted to find out what had been in some other register, THAT would have been a problem.