#64239 - QuantumDoja - Tue Dec 20, 2005 2:54 pm
Hi, I want to make my tile strip copying routine fast..
Which is my best option?:
- Straight C Code looping in a function
- Somesort of fast memory copying/ DMA
- ASM Code.
All I need to do is basically copy data from one array into another.
Also....this questions should probably go in another post but, Are the registers r0 to r14 used by my c code? or are they used only when coding in ASM?
Regards
_________________
Chris Davis
Which is my best option?:
- Straight C Code looping in a function
- Somesort of fast memory copying/ DMA
- ASM Code.
All I need to do is basically copy data from one array into another.
Also....this questions should probably go in another post but, Are the registers r0 to r14 used by my c code? or are they used only when coding in ASM?
Regards
_________________
Chris Davis