Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Intel X64 Assembly Level language

shadab_khatib
Beginner
659 Views
Hello
After having the knowledge about the Intel 8086 programming, I would like to take a step ahead and learn the X32 and X64 bit ASM programming.
From where should I begin for this task and is MASM enough to assemble these programs or will i require any other assembler to do so?
Please reply
0 Kudos
1 Reply
Bernard
Black Belt
659 Views

You can use Visual Studio 2010 to assemble x86 and x86-64 code,also NASM assembler will suit your needs for 64-bit coding.You can check also MASM32 project i'am using it for simple assembly windows programming.
There are other assemblers too:
GoAsm
YASM
TASM
look here http://en.wikipedia.org/wiki/List_of_assemblers
I will also recommend you a good introductionary 64-bit assembly programming under linux
"Introduction to 64 Bit Intel Assembly Language Programming for Linux"

Reply