EasyManuals Logo

Texas Instruments C28 Series Student Guide

Texas Instruments C28 Series
342 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #286 background imageLoading...
Page #286 background image
Addressing Modes
Addressing Modes
Addressing Modes
Addressing Modes
Mode
Mode
Symbol Purpose
Symbol Purpose
Register
Register
Operate between Registers
Operate between Registers
Immediate
Immediate
#
#
Constants and Initialization
Constants and Initialization
Direct
Direct
@ General
@ General
-
-
purpose access to data
purpose access to data
Indirect
Indirect
*
*
Support for pointers
Support for pointers
access arrays,
access arrays,
lists, tables
lists, tables
(register)
(register)
(constant)
(constant)
(paged)
(paged)
(pointer)
(pointer)
Four main categories of addressing modes are available on the C28x. Register addressing mode
allows interchange between all CPU registers, convenient for solving intricate equations.
Immediate addressing is helpful for expressing constants easily. Direct addressing mode allows
information in memory to be accessed. Indirect addressing allows pointer support via dedicated
‘auxiliary registers’, and includes the ability to index, or increment through a structure. The C28x
supports a true software stack, desirable for supporting the needs of the C language and other
structured programming environments, and presents a stack-relative addressing mode for
efficiently accessing elements from the stack. Paged direct addressing offers general-purpose
single cycle memory access, but restricts the user to working in any single desired block of
memory at one time.
B - 4 C28x - Appendix B - Addressing Modes

Table of Contents

Other manuals for Texas Instruments C28 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments C28 Series and is the answer not in the manual?

Texas Instruments C28 Series Specifications

General IconGeneral
BrandTexas Instruments
ModelC28 Series
CategoryComputer Hardware
LanguageEnglish

Related product manuals