C.1 Base Code For The Examples - Texas Instruments TMS320C54x User Manual

Digital signal processors
Hide thumbs Also See for TMS320C54x:
Table of Contents

Advertisement

Base Code for the Examples

C.1 Base Code for the Examples

Example C–1. Assembly Code for Hex Conversion Utility Examples
C-2
The three major examples in this appendix show how to develop a hex com-
mand file for multiple EPROM memory systems, avoid holes, and generate a
boot table. The first two examples use the assembly code shown in
Example C–1.
**********************************************************
* Assemble two words into section, "sec1"
**********************************************************
.sect "sec1"
.word 1234h
.word 5678h
**********************************************************
* Assemble two words into section, "sec2"
**********************************************************
.sect "sec2"
.word 0aabbh
.word 0ccddh
.end
*
*

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C54x and is the answer not in the manual?

Table of Contents