Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!cg-atla!fredex From: fredex@cg-atla.UUCP (Fred Smith) Newsgroups: comp.sys.ibm.pc Subject: Re: Is the XT dead? Message-ID: <7719@cg-atla.UUCP> Date: 29 Sep 89 20:36:09 GMT References: <1989Sep27.104957.24581@cs.dal.ca> <340006@hpsgpa.HP.COM> <2576@netcom.UUCP> <39221@bu-cs.BU.EDU> Reply-To: fredex@cg-atla.UUCP (Fred Smith) Organization: Agfa Compugraphic Division Lines: 18 In article <39221@bu-cs.BU.EDU> ngeow@bucsd.bu.edu (Yee Ngeow) writes: > >Does anybody know if the V20 is compatible with 80186 instructions, using >the Turbo C Compiler options for 80186/286 instructions? > I don't knwo about Turbo C, but I use the -G2 switch on Microsoft C all the time with my V20. -G2 causes MSC to generate 80286 code. I have built a number of programs this way, including STEVIE, MicroEmacs, etc., and they all work just fine. Therefore I would expect 80186 code to also work (but haven't actually tried it.). The only gotcha I know of is that if you are also using floating point anywhere in your program that the compiler attempts to generate 287 code.