NO

Author Topic: Assembly listing with POCC 4.5?  (Read 3585 times)

Greg

  • Guest
Assembly listing with POCC 4.5?
« 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. ?

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Assembly listing with POCC 4.5?
« Reply #1 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
/Pelle

Greg

  • Guest
Assembly listing with POCC 4.5?
« Reply #2 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,

Greg

  • Guest
Assembly listing with POCC 4.5?
« Reply #3 on: May 18, 2006, 01:21:39 AM »
Pelle,

I got it working, I needed to specify the /Fo switch too.  #-o

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Assembly listing with POCC 4.5?
« Reply #4 on: May 18, 2006, 12:37:45 PM »
OK, I see...
/Pelle