Path: utzoo!attcan!uunet!husc6!think!bloom-beacon!apple!darin From: darin@Apple.COM (Darin Adler) Newsgroups: comp.sys.mac.programmer Subject: Re: TN200 SlotVRemove Is Wrong Message-ID: <18889@apple.Apple.COM> Date: 17 Oct 88 01:25:36 GMT References: <9852@cup.portal.com> Organization: Apple Lines: 19 In article <9852@cup.portal.com> chrisj@cup.portal.com writes: > ... it appears that we can just get rid of the instruction right before the > trap macro: > ... > ;===> MOVE.L A1,-(SP) ;unnecessary to save A1 > _SlotVRemove ;Call the register based trap > MOVE.W D0,(SP) ;Set the result code > JMP (A1) ;And go home > > Would one of the Apple folks please confirm that the first alternative > shown above is the right way to glue to SlotVRemove? Thank you. Yes. This is the right way to correct the SlotVRemove glue. As a matter of fact, this is exactly what the MPW 3.0 SlotVRemove glue contains, the error is only in the Technical Note. -- Darin Adler AppleLink: Adler4 UUCP: {sun,voder,nsc,mtxinu,dual}!apple!darin CSNET: darin@Apple.com