Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Seeking 64bit assembly language programming tech docs

joncamp1
Beginner
325 Views

I have been an assembly lang programmer in the past, and wish to do some integrated C++ and assembly programming for 64 bit CPUs, do you know where I can get tech docs on 64 bit assembly code?

thanks.

0 Kudos
1 Reply
TimP
Honored Contributor III
325 Views
There are mainly widely differing kinds of syntax for 64-bit assembly language, and no portability among them. You will need to define your focus. If you are interested in current Intel Core architectures, Intel 64 and IA-32 Architectures Software Developer's Manuals are due out next month. Did you try terms such as these in the search box at the top of the screen?
0 Kudos
Reply