This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

register long long asm


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]