C compiler for 386 or 486
Craig Nelson
mwizard at eecs.cs.pdx.edu
Tue Apr 30 05:03:47 AEST 1991
gordon at osiris.cso.uiuc.edu (John Gordon) writes:
>mwizard at eecs.cs.pdx.edu (Craig Nelson) writes:
>>Bob.Stout at p6.f506.n106.z1.fidonet.org (Bob Stout) writes:
>>>Zortech C/C++ has code generation switches to generate both 386 and 486
>>>specific code.
>>So does TCC/TCC++
> It does? I thought that Turbo C only had switches to do 8088 or
>186/286 code.
Really. When in doubt, you can always ask a Borland rep :) , but
I generate the code by first compiling command line with the -c -S options,
then use the /3 or .386 options with tasm.exe when recompiling the asm code.
Works for me ...
Later!!!
[]====================================================================[]
|| Craig R. Nelson | CCSofD Software Inc. ||
|| Programmer | Beaverton, OR, 97005 ||
|| mwizard at eecs.ee.pdx.edu | (unlisted on the net) ||
More information about the Comp.lang.c
mailing list