Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!mtune!lzaz!bds From: bds@lzaz.ATT.COM (BRUCE SZABLAK) Newsgroups: comp.sys.atari.st Subject: Re: TPA pointer Message-ID: <16@lzaz.ATT.COM> Date: Wed, 16-Sep-87 12:40:02 EDT Article-I.D.: lzaz.16 Posted: Wed Sep 16 12:40:02 1987 Date-Received: Sat, 19-Sep-87 01:24:05 EDT References: <3059@mtgzz.UUCP> <841@atari.UUCP> Organization: AT&T ISL Middletown NJ USA Lines: 7 I have demonstrated to myself that the problem is that the program is not being started at the entry point, but slightly afterwords. The workaround that I'm using is to preface the code with 3 nops. Thus the code that uses the TPA pointer is executed (instead of a fragment of it). The next thing I intend to do is hex-dump the binary and check that the header is set up correctly, and that the 3 nops are actually there.