I'm trying to get FXC to ouput an assembly listing from an FX file, uisng the /Cc option like this:
fxc /T fx_4_0 /E VertexShader /Cc file.fx
It only outputs a description of the cbuffers and offsets and sizes for variables. Also, the argument given to /E doesn't matter at all, ie. no errors if VertexShader doesn't exist.
Any ideas how to get this working?