Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel X64 Assembly Level language

shadab_khatib
Beginner
1,842 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
Valued Contributor I
1,842 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"

0 Kudos
Reply