Using Assembly Language

Top  Previous  Next

The effort of hand-coding an inner loop in assembly language can sometimes be worthwhile when performance is critical. The TI compiler documentation contains information about register usage and function argument-passing conventions, which you will need if you want to write assembly-language functions callable from Diamond.

 

Assembly language is also used for writing low-level interrupt handlers.