Subj : Re: Access to assembler (TASM) To : borland.public.cpp.borlandcpp From : Ed Mulroy Date : Fri Jul 15 2005 07:12 pm You are not doing anything wrong. Tasm.exe is not part of what you bought. The help states that the Turbo C++ compiler will call the Tasm to process inline assembly in C or C++ source files. That is the defininition of how the compiler works should someone use inline assembly. It does not define that the assembler was included in what you bought and Turbo Assembler, Tasm.exe, is not part of the Turbo C++ suite. Please note the word 'borlandcpp' in this newsgroup's name. That indicates this group if for the Borland C++ compiler. If you look through the newsgroup list you will see another group with 'turbocpp' in its name. That group is for the Turbo C++ compiler. borland.public.cpp.turbocpp .. Ed > Michael.R.Harris wrote in message > news:42d809f4$1@newsgroups.borland.com... > >I am trying to compile code using Turbo C++ Suite running on > WindowsXP generating target code for an 80186 board. > DOS Prompt: tcc -c -v -ml -l file.c > generates the appropriate file.obj as expected but when I try > entering > DOS Prompt: tasm -mx file.asm > to call the assembler the command is not recognised and > inspection shows there is no TASM.EXE in the C:\TC\BIN > directory. Trying > DOS Prompt: tcc file.asm > to offer file to compiler returns > Unable to execute tasm.exe > Re-install does not correct problem. > Help literature refer to TASM assembler as available. > What am I doing wrong? .