X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Asif" Newsgroups: comp.os.msdos.djgpp Subject: DGJPP - ASSEMBLER and FAR Date: Fri, 19 Mar 2004 17:34:14 +0530 Organization: Siemens Business Services Lines: 19 Message-ID: NNTP-Posting-Host: blrm0986.blr.spcnl.co.in X-Trace: news.mch.sbs.de 1079697963 19036 132.186.64.69 (19 Mar 2004 12:06:03 GMT) X-Complaints-To: abuse AT siemens DOT de NNTP-Posting-Date: Fri, 19 Mar 2004 12:06:03 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello All, I am a newbie to this .. and after years at the DumBox Windows , it is quite strange to me. However here is the problem I have.. I have a assembler code which uses 32-bit registers (mov eax,0x80000000) and this has public function Can I compile this into a obj .,.. if so where can I find the gcc option to do so. I also have a c file (16 bit with far ptr access) which tries to call the function of the previous assembly code. Is it possible to compile (16-bit) .. how. Is it then possible to link the two objs to generate a meaningful executable for DOS. Any help will be highly apprecited, Regards, asif