compiler /commented

Everything else that doesn't fall into one of the other PB categories.
User avatar
Innesoft
Enthusiast
Enthusiast
Posts: 105
Joined: Mon Jan 18, 2010 10:30 am
Location: UK
Contact:

compiler /commented

Post by Innesoft »

Can't seem to get this to work. There's a purebasic.asm file in the compilers folder so I know it's worked at some point, but is there any reason I can't do this? (v4.4)

I made a .txt file with "/COMMENTED" and added that to the compiler options (linker options file). Am I doing something wrong, or have I misunderstood the idea that I can spit out commented .asm at compile time?
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: compiler /commented

Post by srod »

/COMMENTED is a compiler switch, not a linker one.

If you want a quick way of generating commented ASM files then have a look at the following :

http://www.purebasic.fr/english/viewtop ... 08#p230308
I may look like a mule, but I'm not a complete ass.
User avatar
Innesoft
Enthusiast
Enthusiast
Posts: 105
Joined: Mon Jan 18, 2010 10:30 am
Location: UK
Contact:

Re: compiler /commented

Post by Innesoft »

Ah perfect. Thanks for the link, just what I need.
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: compiler /commented

Post by luis »

Another tool: PBasmUI by Horst.

http://home.mnet-online.de/horst.muc/pb.htm
"Have you tried turning it off and on again ?"
Post Reply