Anyone know if/when 64 bit assemblers as in
x86-64/amd64/em64t types are being developed?
thanks,
charles.....
This is becoming a FAQ.
FASM, MASM, and Gas already support 64 bits. Probably a couple of
others do, too.
Cheers,
Randy Hyde
NASM supports a [BITS 64] directive too.
Also there is YASM, which is an excellent 64-bit assembler.
JD
*Another* forked version? Where are you finding a version of Nasm that
supports this?
> Also there is YASM, which is an excellent 64-bit assembler.
Right!
http://www.tortall.net/projects/yasm/
for that one...
Best,
Frank