Page 1 of 1

How to know the fasm compiler version

Posted: Sun Nov 17, 2019 6:01 am
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

Re: How to know the fasm compiler version

Posted: Sun Nov 17, 2019 6:09 am
by jack
if you execute the FAsm.exe that's in the PureBasic\Compilers folder it will give the FAsm version

Re: How to know the fasm compiler version

Posted: Sun Nov 17, 2019 6:18 am
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

Re: How to know the fasm compiler version

Posted: Sun Nov 17, 2019 6:59 am
by BarryG
Anyone know if it's safe to just drop the new FAsm.exe into the PureBasic\Compilers folder?

Re: How to know the fasm compiler version

Posted: Sun Nov 17, 2019 12:29 pm
by mk-soft
Make copy and test it

Re: How to know the fasm compiler version

Posted: Sun Nov 17, 2019 1:44 pm
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