register long long asm

Anand anand@my-deja.com
Fri Oct 1 00:00:00 GMT 1999


Hi! In gcc I can force a variable to be associated with a register using

"register int intvar asm("eax");"

How do I do a similar thing for a long long variable that would require
2 registers? What is the asm syntax for this?

Thanks
Anand



More information about the Gcc-help mailing list