Hello,
I would like to know how to put ASM instructions in a C code.
With a G5 you can do that kind of functions:
asm long MyFunct(int a, int b, *pt) { fralloc
mr r6, a //r6 has a mr r7,b //r7 has b stbu r6,1(pt)
frfree blr }
Can I can the same thing in a PPC405 ?
Tanks !