From: huntercr AT cs DOT purdue DOT edu (Charles Hunter) Subject: mixed mode programming... To: DJGPP AT sun DOT soe DOT clarkson DOT edu (djgpp mailing list) Date: Thu, 16 Feb 1995 10:04:57 -0500 (EST) Hey gang :) I have a few old real mode C libraries , and some real mode asm and protected mode asm objs/src ... etc. Does anyone have any tips on how I could go about linking any combination of these to djgpp compiled sources? I have not tried any of this yet, because I thought I'd get some opinions first. The real mode C is compiled with Borland TC++ [ low version.. not sure ] and the asm is TASM. in a somewhat related question.... Has anyone written a TASM -> GNU AS syntax converter? Er... I guess that would be Intel syntax -> AT&T [is that right? 8-)] Thanks for your time, Charles