You can use the -S and -o options to specify an alternate name for an assembly file. In this example, the compiler generates an assembly file named myasm.s:
icpc -S -omyasm.s x.cpp
Copyright © 1996-2011, Intel Corporation. All rights reserved.