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