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.
1135 Discussions

assembly program in itanium based systems

rkraveesh
Beginner
625 Views
Hi,
I'veHP-UX xxxxxxxx B.11.23 U ia64 in itanium processor. I want to write and analyse assembly program in itanium system. I can get the program by generating the assembly code using gcc -S option from C source code. I am not getting the meaning of the instruction as well as assembly program flow.If I get assembly code list, meaning of that perticular code as well as the role of that code in the program, it will be a very helpful to me.

thank you
0 Kudos
2 Replies
Quoc-Thai_L_Intel
625 Views
Quoting - rkraveesh
Hi,
I'veHP-UX xxxxxxxx B.11.23 U ia64 in itanium processor. I want to write and analyse assembly program in itanium system. I can get the program by generating the assembly code using gcc -S option from C source code. I am not getting the meaning of the instruction as well as assembly program flow.If I get assembly code list, meaning of that perticular code as well as the role of that code in the program, it will be a very helpful to me.

thank you

I found this Instruction reference guide on the support site: Intel Itanium Architecture Software Developer's Manual - Volume 3: Instruction Set Reference, Revision 2.2

URL: http://support.intel.com/design/itanium/manuals/245319.htm

-Thai
0 Kudos
forzaitalia2010
Beginner
625 Views
Hey rkraveesh,

I found a further document which explains a lot of the assembly language directives and instructions. Check this link: http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/365345.pdf

I think this is the newest version of the document.

I hope that helps,
fi2010
0 Kudos
Reply