Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!husc6!mailrus!eecae!cps3xx!usenet From: usenet@cps3xx.UUCP (Usenet file owner) Newsgroups: comp.sys.amiga.tech Subject: Re: do-it-yourself assembly language programming? Message-ID: <861@cps3xx.UUCP> Date: 13 Oct 88 19:23:35 GMT Article-I.D.: cps3xx.861 References: <1991@kalliope.rice.edu> Reply-To: jap@syssun.cl.msu.edu Organization: Michigan State University, E. Lansing Lines: 12 You can also build yourself an include file with everthing that is in the amiga.lib by hacking the FD convert program included with the Extra;'s disk. This program takes the .fd files and converts them into somesort of file so call call the system directly from AmigBasic The same program can easily be hack to make .i files for the assembler then you won't need to link with amiga.lib. (this also speeds assmbly+link time if you only include the necessay function defs. reply to me at jap@syssun.cl.msu.edu