From: Mark Eymer Newsgroups: comp.os.msdos.djgpp Subject: Linking ASM with DJGPP Date: Sun, 08 Mar 1998 17:37:24 -0700 Organization: Micron Internet Services Lines: 15 Message-ID: <350339C4.617C@micron.net> Reply-To: saotome AT micron DOT net NNTP-Posting-Host: cboi113p14.boi.micron.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there a way to link TASM .OBJ files into a DJGPP .o object file using the extern in DJGPP and create a working Executable? ie write a function in pure ASM compile it with TASM write a program in DJGPP using the ASM externally: ie. extern void set_mode(int mode); and then compile them both so they come out in one EXE If there's not, anyone have some good texts on DJGPP inline? Thanks, Mark Eymer