Appendix C – Assembly Programming
Introduction
Appendix C discusses the details of programming in assembly. It shows you how to use
different instructions that further utilize the advantage of the architecture data paths. It gives
you the ability to analyze the instruction set and pick the best instruction for the application.
Learning Objectives
Learning Objectives
Perform simple program control using
branch and conditional codes
Write C28x code to perform basic
arithmetic
Use the multiplier to implement
sum-of-products equations
Use the RPT instruction (repeat) to
optimize loops
Use MAC for long sum-of-products
Efficiently transfer the contents of one
area of memory to another
Examine read-modify-write operations
C28x - Appendix C - Assembly Programming C - 1