A.2 TI-TXT File Format
The
@ADDR1 |
|
|
DATA01 | DATA02 | DATA16 |
DATA17 | DATA32 | DATA32 |
| ........ |
|
DATAm | ........DATAn |
|
@ADDR2 |
|
|
DATA01 | .................... | DATAn |
q
Whereas:
@ADDR is the start address of a section (hexadecimal) DATAn represents a data byte (hexadecimal)
q is the termination of the file
For example:
@F000
31 40 00 03 B2 40 80 5A 20 01 D2 D3 22 00 D2 E3 21 00 3F 40 E8 FD 1F 83 FE 23 F9 3F
@FFFE
00F0
Q
Restrictions:
-The number of sections is unlimited.
-The start address must be even.
-Each line must have 16 data bytes, except the last line of a section.
-Data bytes are separated by a single space.
-The termination tag q indicates
Hex Object Format |