How to know the fasm compiler version

Everything else that doesn't fall into one of the other PB categories.
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

How to know the fasm compiler version

Post by StarBootics »

Hello everyone,

How to know the fasm compiler version currently use by PureBasic ?
I'm asking because according to the official web site http://flatassembler.net/download.php, the compiler was updated 2 days ago.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
jack
Addict
Addict
Posts: 1336
Joined: Fri Apr 25, 2003 11:10 pm

Re: How to know the fasm compiler version

Post by jack »

if you execute the FAsm.exe that's in the PureBasic\Compilers folder it will give the FAsm version
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: How to know the fasm compiler version

Post by StarBootics »

jack wrote:if you execute the FAsm.exe that's in the PureBasic\Compilers folder it will give the FAsm version
I'm under Linux operation system, maybe using the terminal ...

Edit : OK I got it : 1.71.39

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: How to know the fasm compiler version

Post by BarryG »

Anyone know if it's safe to just drop the new FAsm.exe into the PureBasic\Compilers folder?
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: How to know the fasm compiler version

Post by mk-soft »

Make copy and test it
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: How to know the fasm compiler version

Post by StarBootics »

BarryG wrote:Anyone know if it's safe to just drop the new FAsm.exe into the PureBasic\Compilers folder?
I just done it under linux, I took the fasm.x64 compiler file rename it fasm then copy it to the purebasic compilers folder. everything compile just fine.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Post Reply