Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!dayton!rosevax!rose4!kent From: kent@rose4.Rosemount.COM (Kent Schnaith) Newsgroups: comp.sys.m68k Subject: Re: stack backtrace on a 68010 Message-ID: <253@rose4.Rosemount.COM> Date: Wed, 8-Apr-87 18:23:01 EST Article-I.D.: rose4.253 Posted: Wed Apr 8 18:23:01 1987 Date-Received: Mon, 13-Apr-87 04:12:18 EST References: <18534@ti-csl.CSNET> Organization: Rosemount Inc., Burnsville, MN Lines: 5 Keywords: 68k stack Summary: Use the return address Use the return address and look at the instruction, it should be addl #N,a7 or something. Its pretty easy to decode the instruction since only a few combinations may be used. N is the size of the paramters passed. Assuming your compiler works like ours of course.