Subj : Re: C++ to assembly To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Fri May 20 2005 03:15 pm Compile from the command line using a -S command line parameter and it will generate a filename.asm from your filename.c or filename.cpp file. .. Ed > Kindads wrote in message > news:428e0d7d@newsgroups.borland.com... > > Hello all, > Who to convert C++ code to assembly by Borland C++ 5.02 > > thanks in advance .