Page 1 of 1

compiler /commented

Posted: Sun Jan 24, 2010 6:05 am
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?

Re: compiler /commented

Posted: Sun Jan 24, 2010 10:00 am
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

Re: compiler /commented

Posted: Sun Jan 24, 2010 12:18 pm
by Innesoft
Ah perfect. Thanks for the link, just what I need.

Re: compiler /commented

Posted: Sun Jan 24, 2010 12:31 pm
by luis
Another tool: PBasmUI by Horst.

http://home.mnet-online.de/horst.muc/pb.htm