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
*
*
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?