Software Archive
Read-only legacy content
17061 Discussions

INTEL IDE for intel assembly language

my_r_
Beginner
3,862 Views

if my question does not belong this forum,sorry.

My question: Is there INTEL IDE for intel assembly language.i want to learn intel assembly language and do coding in assembly language in intel processor like x86/x64.so is there any DIRECT SOFTWARE LIKE IDE FROM INTEL to learn intel assembly language on intel processor.

thank u

0 Kudos
3 Replies
Harold_G_Intel
Employee
3,862 Views

Hi,

This article may help:  http://software.intel.com/en-us/articles/introduction-to-x64-assembly

Regards, Hal G

Intel(R) Developer Zone Support

http://software.intel.com
*Other names and brands may be claimed as the property of others.

 

0 Kudos
my_r_
Beginner
3,862 Views

i had seen the link and document.i know there are other company`s assembler for intel processors and intel provide documentation for their processor  but i want to know Is there any DIRECT IDE FROM INTEL for intel assembly language.

thank u

0 Kudos
SergeyKostrov
Valued Contributor II
3,862 Views
Intel doesn't have an IDE for development on 32-bit and 64-bit platforms and for a long time Intel C++ compilers are integrated with Microsoft's IDEs ( Visual Studios, like 2008, 2010, etc ). So, if you have some version of Intel C++ compiler ( it is Not mandatory! ) and some Microsoft's IDE you could start learning assembler without any additional tools. Note: Please take into account that Microsoft's C++ compilers do not support inline assembler in C or C++ codes targeted 64-bit platforms.
0 Kudos
Reply