Path: utzoo!mnetor!uunet!cbmvax!steveb From: steveb@cbmvax.UUCP (Steve Beats) Newsgroups: comp.sys.amiga Subject: Re: amiga.lib calls... Message-ID: <3299@cbmvax.UUCP> Date: 10 Feb 88 14:26:38 GMT References: <8802091727.AA09035@jade.berkeley.edu> Reply-To: steveb@cbmvax.UUCP (Steve Beats) Organization: Commodore Technology, West Chester, PA Lines: 13 In article <8802091727.AA09035@jade.berkeley.edu> BBOURBIN@UMDD.BITNET writes: > > Does anyone know how to all routines in the amiga.lib library from >assembly language? I know that the parms are passed on the stack but what >is the procedure name that has to be called; is it in the form "LVOCreatPort" >or is it just "CreatePort" or "_CreatePort" and does it have to be XREF'ed at >the start of the program? > Yes, just prefix whatever you want to call with '_LVO' ie. _LVOAllocMem. You should XREF all library calls you use in any given module. Steve