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

Everything else that doesn't fall into one of the other PB categories.
Green Snake
User
User
Posts: 10
Joined: Sun Apr 17, 2005 12:11 pm

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

Post 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:
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Yes...

Just use the command line version like this:

pbcompiler.exe sourcename.pb /asm
Green Snake
User
User
Posts: 10
Joined: Sun Apr 17, 2005 12:11 pm

Post by Green Snake »

ok, thank you :wink:

and.....PureBasic4Ever :D
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

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

Post 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. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Green Snake
User
User
Posts: 10
Joined: Sun Apr 17, 2005 12:11 pm

Post by Green Snake »

I was faster :D

I thank you also :wink:
Post Reply