Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing assebly code for HPUX Itanium ia64

Status
Not open for further replies.

jonesq

Technical User
Jun 30, 2003
14
US
Hi,

I am having problems on ia64 using cc version 5.50. Basically I am trying to port some old code from PA-Risc architecture on to ia64 IPF. Can anybody point me in the right direction. Below is a small snippet of the assembly code.

Cheers,


*******************SNIP****************************
.EXPORT util_IpMutexTryLock,ENTRY

.CODE

util_IpMutexTryLock
.PROC
.CALLINFO FRAME=0,NO_CALLS
.ENTRY

ldcws 0(0,arg0),%r1
bv %r0(%r2)
copy %r1,ret0

.EXIT
.PROCEND
***************************************************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top