Good day experts,
I have to write some hand-optimized assembly for some of our algorithms running on the C6748. I do have quite a lot of experience with the C6748, but I have not written any assembly code before. I am struggling to find an introduction document or TI wiki that teaches the basics of assembly programming and how to utilize the pipeline. I am aware of the following documentation:
Assembly language tools (spru186s.pdf)
CPU and instruction set (sprufe8b.pdf)
Programmer's guide (spru198k.pdf)
Technical Reference Manual (spruh79a.pdf)
These documents do provide useful information, but I think its perhaps much more useful for someone with at least some previous assembly experience.
My question: Is there any good introduction tutorials by TI on assembly programming?
Also note that I won't be writing linear assembly, but pure hand-optimized assembly.
Thanks in advance!