Mail Archives: djgpp/1997/12/24/04:15:45
In "assembly language" (GAMMELJL AT SLU DOT EDU) writes:
> #define mode4(arg1,arg2) \
> __asm__ ( \
> "movl %2, %%eax; mull %3; movl %%edx, %0; movl %%eax, %1" \
> : "=m" (xL), "=m" (xR) \
> : "g" (i), "g" (j) \
> : "eax", "ebx", "edx");
Yup. I'd say that's definitely assembly language.
:-)
--
.*. Friendship, companionship, love, and having fun are the reasons for
-() < life. All else; sex, money, fame, etc.; are just to get/express these.
`*' Send any and all mail with attachments to the hotmail address please.
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca pgd73 AT hotmail DOT com
- Raw text -