Appendix B – Addressing Modes
Introduction
Appendix B will describe the data addressing modes on the C28x. Immediate addressing allows
for constant expressions which are especially useful in the initialization process. Indirect
addressing uses auxiliary registers as pointers for accessing organized data in arrays. Direct
addressing is used to access general purpose memory. Techniques for managing data pages,
relevant to direct addressing will be covered as well. Finally, register addressing allows for
interchange between CPU registers.
Learning Objectives
Learning Objectives
Learning Objectives
Explain .sect and .
Explain .sect and .
usect
usect
assembly directives
assembly directives
Explain assembly addressing modes
Explain assembly addressing modes
Understand instruction formats
Understand instruction formats
Describe options for each addressing mode
Describe options for each addressing mode
C28x - Appendix B - Addressing Modes B - 1