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?
compiler /commented
compiler /commented
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
» Applications, Educational Software, Casual Games
Re: compiler /commented
/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
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.
Re: compiler /commented
Ah perfect. Thanks for the link, just what I need.
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
» Applications, Educational Software, Casual Games
Re: compiler /commented
"Have you tried turning it off and on again ?"


