From: Sebastian Schuberth Newsgroups: comp.os.msdos.djgpp Subject: Again: Register calling conventions Date: Mon, 15 Feb 1999 18:41:34 +0100 Organization: Komtel GmbH Lines: 10 Message-ID: <36C85C4E.580C4DA1@gmx.net> NNTP-Posting-Host: 212.7.132.106 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: renate.komtel.net 919100455 16149 212.7.132.106 (15 Feb 1999 17:40:55 GMT) X-Complaints-To: news AT renate DOT komtel DOT net NNTP-Posting-Date: 15 Feb 1999 17:40:55 GMT X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: de,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What I wanted to know was: Is there a way to use the same external .asm file (which includes function definitions which are ment to be called using registers to pass arguments) with Watcom and DJGPP? I DO NOT want a header file with the "#pragma aux ... parm [..] .." stuff for Watcom and inline asm definitions for DJGPP. They BOTH should use the functions defined in the external .asm file. -- Sincerely, Sebastian Schuberth.