Page 1 of 1

PB-Code 2 Exe or PB-Code 2 ASM 2 Exe?

Posted: Fri Aug 12, 2005 8:09 pm
by Green Snake
Hi Fred

and hi to all here


I've a question about PureBasic.
Is it possible, that PureBasic converts the Code
to asm to compile it following?


Thank Green Snake :wink:

Posted: Fri Aug 12, 2005 9:17 pm
by Num3
Yes...

Just use the command line version like this:

pbcompiler.exe sourcename.pb /asm

Posted: Fri Aug 12, 2005 9:21 pm
by Green Snake
ok, thank you :wink:

and.....PureBasic4Ever :D

Re: PB-Code 2 Exe or PB-Code 2 ASM 2 Exe?

Posted: Fri Aug 12, 2005 9:21 pm
by PB
Yes, that's how it works. The Basic code is converted to ASM and then
compiled to an exe. It's not an interpreted languaged like Visual Basic
in P-Code mode. ;)

Posted: Fri Aug 12, 2005 9:22 pm
by Green Snake
I was faster :D

I thank you also :wink: