I already read this help file and did not found any information.Look again, specially paying attention to the /Tx86-asm command line option for POCC as already mentioned...
I expected a "/Fl:xxxx.lst", but it seems this option does not exist.
I already read this help file and did not found any information.
I expected a "/Fl:xxxx.lst", but it seems this option does not exist.
/Tx86-coff | Creates a COFF (Common Object File Format) object file for a X86 processor. |
/Tx86-asm | Creates an assembly text file for a X86 processor. |
/Tarm-coff | Creates a COFF (Common Object File Format) object file for a ARM processor. |
/Tarm-asm | Creates an assembly text file for a ARM processor. |
/Tamd64-coff | Creates a COFF (Common Object File Format) object file for a X64 processor. |
/Tamd64-asm | Creates an assembly text file for a X64 processor. |