Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!sdcsvax!ucbvax!RADC-MULTICS.ARPA!Peck From: Peck@RADC-MULTICS.ARPA (Rodney) Newsgroups: comp.sys.atari.st Subject: Re: Gemlib bug fix Message-ID: <870527175316.844619@RADC-MULTICS.ARPA> Date: Wed, 27-May-87 13:53:00 EDT Article-I.D.: RADC-MUL.870527175316.844619 Posted: Wed May 27 13:53:00 1987 Date-Received: Sat, 30-May-87 01:38:45 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 21 In a message I received yesterday about a patch to the gemstart.o which redirects some trap #2 calls to trap #1 where they belong, there is a reference to a location called "biosret". That symbol wasn't already in my source (original from atari in the dev kit), and its not in the code supplied for the patch. How should I define it?? I'm not too familiar with 68000 assembler, so please give the actual code I should type in. here's the context: _gemdos: move.l (sp)+, biosret trap #1 move.l biosret,-(sp) rts This is called when certain conditions regarding the function in trap #2 is called. --Rodney Peck@radc-multics.arpa