Is PureBasic written in Fasm?

Everything else that doesn't fall into one of the other PB categories.
fasm9
New User
New User
Posts: 3
Joined: Wed Jul 09, 2003 3:03 pm

Is PureBasic written in Fasm?

Post by fasm9 »

Hi, there

i saw purebasic in http://fasm.sf.net
its' in links section.

then, i wonder why.
can someone tell me about it? and i will be very appreciate.

--
no sig
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Post by Pupil »

The PureBasic compiler output is compiled using FASM...
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

All PureBasic produced executable are assembled using FASM. You can get the whole produced code by using the /COMMENTED switch in the ccompiler command line.
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

Post by matthew180 »

Fred wrote:All PureBasic produced executable are assembled using FASM. You can get the whole produced code by using the /COMMENTED switch in the ccompiler command line.
And that simple fact (/COMMENTED) is very cool! Thanks Fred!

Matthew
fasm9
New User
New User
Posts: 3
Joined: Wed Jul 09, 2003 3:03 pm

Post by fasm9 »

Thank you.

Then, purebasic itself is not written in fasm? right?

--
no sig
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

No, C++ and ASM I think
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Compiler is written in C, commands are a mix of C and FASM.
fasm9
New User
New User
Posts: 3
Joined: Wed Jul 09, 2003 3:03 pm

Post by fasm9 »

Fred wrote:Compiler is written in C, commands are a mix of C and FASM.
How generous of you! it's very clear.
Thank you!
Best regards! :D

--
no sig
Fenix
Enthusiast
Enthusiast
Posts: 102
Joined: Wed May 07, 2003 1:45 am
Location: Germany

Post by Fenix »

Hi!

@fasm9: look inside the "Libraray SDK" folder ! Read the "PureBasic library descriptor.txt" - file. It´ll tell you which library was written in ASM/C.


Fenix
Post Reply