Page 2 of 2

Posted: Tue May 31, 2005 12:52 pm
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)

Posted: Tue May 31, 2005 1:37 pm
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)

Posted: Tue May 31, 2005 2:47 pm
by Fred
64 bit x86 asm is really different than 32 bits one, i wouldn't call the port 'easy'..

Posted: Tue May 31, 2005 3:12 pm
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 !

Posted: Tue May 31, 2005 3:46 pm
by Fred
Of course, it doesn't mean than i won't do it ;)

Posted: Tue May 31, 2005 4:36 pm
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 ;)

Posted: Wed Jun 01, 2005 9:05 am
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 ;)

Posted: Wed Jun 01, 2005 9:53 am
by KarLKoX
:oops: