Template:SREC HEX
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
Usage
[edit source]This template generates a colorized SREC hex record for the Motorola S-record file format, that conveys binary information in ASCII hex text form.
Syntax
[edit source]{{SREC HEX | RecordType | ByteCount | Address | Data | Checksum}}
Example
[edit source]- Color legend
Record type Byte count Address Data Checksum
- Example
{{SREC HEX|1|11|0038|48656C6C6F20776F726C642E0A00|42}}
produces
S111003848656C6C6F20776F726C642E0A0042
Notes
[edit source]- This template is currently used in the SREC (file format) article.
- This template is based on the same color scheme as Template:Intel HEX.