Pelles C forum

Pelles C => General discussions => Topic started by: Greg on May 17, 2006, 11:55:39 PM

Title: Assembly listing with POCC 4.5?
Post by: Greg on May 17, 2006, 11:55:39 PM
I have been trying to produce an assembly listing with POCC 4.5 using the /Tx86-asm switch. It worked in the past, not now. I don't get an error, but I don't get a listing either. I'm assuming it's due to the new assembler. ?
Title: Assembly listing with POCC 4.5?
Post by: Pelle on May 18, 2006, 12:07:12 AM
Hm. It works here (from the command line). I use it often for testing, so it should work. If you are doing this from the IDE, I think the IDE will "force" an OBJ extension on the file. Maybe this is it?

Pelle
Title: Assembly listing with POCC 4.5?
Post by: Greg on May 18, 2006, 01:07:55 AM
Pelle,

I was trying to do it from the command-line. I'll go back and try it again, I must be doing something wrong.

Thanks,
Title: Assembly listing with POCC 4.5?
Post by: Greg on May 18, 2006, 01:21:39 AM
Pelle,

I got it working, I needed to specify the /Fo switch too.  #-o
Title: Assembly listing with POCC 4.5?
Post by: Pelle on May 18, 2006, 12:37:45 PM
OK, I see...