From: beppu AT rigel DOT oac DOT uci DOT edu (John Beppu) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem interfacing DJGPP with nasm. Date: 14 Apr 1997 07:29:11 GMT Organization: University of California, Irvine Lines: 19 Message-ID: <5ismc7$18i@news.service.uci.edu> References: <33514d69 DOT 222171 AT nntp DOT netcomuk DOT co DOT uk> NNTP-Posting-Host: rigel.oac.uci.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <33514d69 DOT 222171 AT nntp DOT netcomuk DOT co DOT uk>, William McGugan wrote: [C (and not C++)] >extern void do_stars(void *screen, int no_of_stars, int *star_data, >int *matrix); >and these lines in the assembler file: >[GLOBAL _do_stars__FPviPiPi] >_do_stars__FPviPiPi: Since you wrote a C function, the function label ought to be "_do_stars". That's about all you need to do, I hope. -- beppu AT uci DOT edu .............................................................