[Implemented] 64bit

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

It wouldn't be hard to port PB to 64Bit:

The only thing you need is a 64Bit Assambler compiler and C(++) Compiler and Linker. Then simply recompile the Libs. Optimization is the PB User's part. Since the Libs haven't been Optimized for MMX or similar there's no real problem!

64Bit C(++) Compiler & Linker are already included in 64Bit Linux so only the Assambler is missing.(64Bit for Windows can wait since Windows XP64Bit is still in testing phase)
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

hope to found the right Assambler to to such ;)

Fasm is able to compile to native 64 bit (COFF and ELF) (push fred)
SPAMINATOR NR.1
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

64 bit x86 asm is really different than 32 bits one, i wouldn't call the port 'easy'..
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

Fred wrote:64 bit x86 asm is really different than 32 bits one, i wouldn't call the port 'easy'..
you mentioned before that you like challenge

for my own needs 24 Bits are enough !
Last edited by Rings on Wed Jun 01, 2005 9:03 am, edited 3 times in total.
SPAMINATOR NR.1
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Of course, it doesn't mean than i won't do it ;)
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

Rings wrote:hope to found the right Assambler to to such ;)

Fasm is able to compile to native 64 bit (COFF and ELF) (push fred)
Yasm is what you are asking for ;)
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

KarLKoX wrote:
Rings wrote:hope to found the right Assambler to to such ;)

Fasm is able to compile to native 64 bit (COFF and ELF) (push fred)
Yasm is what you are asking for ;)
i would use an Assembler for that instead of a Assambler, no matter if it is yasm or fasm ;)
SPAMINATOR NR.1
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

:oops:
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Post Reply