Date: Fri, 26 Jan 2001 19:51:58 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <5137-Fri26Jan2001195157+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 In-reply-to: (lvr AT NOsoftSPsystemAM DOT co DOT uk) Subject: Re: Using MASM with DJGPP References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Lawrence Rust" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 26 Jan 2001 15:50:12 -0000 > > So I scratched my head and said shall I give up or shall I beat this thing? > Well I'm never one to miss a challenge so I wrote a utility to patch the > masm object files - masm2djg. The end result is that now everything links > together; C can call assembler, assembler can call C and other assembler > functions and static data references work as expected! Perhaps you should have tried the latest Gas's option which lets it accept Intel-style ASM code. Section 17.2 of the FAQ says this, so I wonder why didn't you try that. Perhaps you had a stale version of the FAQ? > I don't know if any of this would be useful to anyone but I've put together > an archive of the sources and an executable on my web server. You can > download it from: http://www.softsystem.co.uk/masm2djg.zip Thanks.