Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Writing assembly code for IA64

ayushgupta
Beginner
832 Views

Hi All,

I am new to IA64.

I wanted to know how to write a code in assembly for IA64 in which i need to do the following:

Call a C function from this code.

While using ml64.exe (that comes with WDK 6000)for x64, i could use .extern.

But ias.exe (that comes with WDK) for IA64 does not treat .extern as a valid token.

Any help is appreciated.

Thanks,

Ayush Gupta

0 Kudos
1 Reply
muhzulfikar
Beginner
832 Views
Hi Ayush Gupta

I will give you some tutorial for writing assembly code for IA64
you can open : http://www.gelato.unsw.edu.au/archives/linux-ia64/0604/18019.html

Thanks
Muhammad Zulfikar
http://zulfikars.org
0 Kudos
Reply