I am not very good at assembly, but I plan to use it for optimization in the Embedded project. Since I do not know much information about this, I need some help.
I have Win CE 6.0 , ARM9 , using MS Visual Studio 2005 (using MFC).
Basically, I want to make access to memory faster and perform some bitwise operations.
It would be very helpful if I could get any online link or some examples of using registers, variable names, pointers (some related to data transfer and bitwise operations), etc. for my particular environment .
EDIT after ctacke's answer:
It would be very useful for me if there is any link or small examples for working with .s files, in particular, for recording and exporting functions from .s and the steps associated with combining them with my MFC application. Any small example will do this.
Thanks.
Regards, Aftab
Aftab source share