Subj : Access to assembler (TASM) To : borland.public.cpp.borlandcpp From : Michael.R.Harris Date : Fri Jul 15 2005 04:11 pm 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? .