The TI-TXT hex format supports 16-bit hexadecimal data. It consists of section start addresses, data byte, and an end-of-file character. These restrictions apply:
The data record contains the following information:
| Item | Description |
|---|---|
| @ADDR | Hexadecimal start address of a section |
| DATAn | Hexadecimal data byte |
| q | End-of-file termination character |