Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

compiling the assembly code

narendhar
Beginner
1,050 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
1,050 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
1,050 Views
0 Kudos
levicki
Valued Contributor I
1,050 Views
My guess is that he just wants to compile a list of instructions :)
0 Kudos
Bernard
Valued Contributor I
1,050 Views
Use inline assembly wrapped by the C code.
0 Kudos
Reply