Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

compiling the assembly code

narendhar
Beginner
408 Views
Hi,
I want to compile the instruction sets for 32/64 bit processors.How can i do it? I want to know from the scratch.
0 Kudos
4 Replies
Thomas_W_Intel
Employee
408 Views
The Intel 64 and IA-32 Architectures Software Developers Manual Combined Volumes 2 (available here) contains a description of the instruction set.

However, building a compiler is a huge effort and requires much more than just knowing the instruction set. I therefore recommend that you start with reading a book or lecture notes of acompiler class.
0 Kudos
SergeyKostrov
Valued Contributor II
408 Views
0 Kudos
levicki
Valued Contributor I
408 Views
My guess is that he just wants to compile a list of instructions :)
0 Kudos
Bernard
Valued Contributor I
408 Views
Use inline assembly wrapped by the C code.
0 Kudos
Reply