Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!novavax!hcx1!ldh From: ldh@hcx1.SSD.HARRIS.COM Newsgroups: comp.sys.ibm.pc Subject: Re: TC 2.0, A86 Message-ID: <47200030@hcx1> Date: 20 Feb 89 16:17:00 GMT References: <51031@yale-celray.yale.UUCP> Lines: 23 Nf-ID: #R:yale-celray.yale.UUCP:51031:hcx1:47200030:000:742 Nf-From: hcx1.SSD.HARRIS.COM!ldh Feb 20 11:17:00 1989 >In article <47200029@hcx1> ldh@hcx1.SSD.HARRIS.COM writes: >> >>tcc -E(assembler_name) is the specified way to use an assembler, if you do not >>posess TASM (the default). This option IS NOT available from the integrated >>environment mode (tc) >> >> >>Leo Hinds ldh@hdw.harris.com > >Or, you can cheat by renaming any assembler TASM.EXE. > >While I'm here, does anybody know how to use TC 2.0 to generate .COM >files? > True ... assuming A86 (or whichever assembler) doesn't require itself to be called A86, as some ill behaved programs sometimes do ... In the tcc mode, the "-l" is a "pass this option to the linker" compiler option. In your case, use "-lt" (/t=generate .com file) ... no obvious way from the "environment" Leo H.