File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Programming Tools/SREC(MotorolaS-RecordBinaryData)/Examples Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ;Comments - The SREC file format does not support comments. Some
2
+ ;software ignores all text lines that do not start with "S" and
3
+ ;ignores all text after the checksum field; that extra text is
4
+ ;sometimes used (incompatibly) for comments. For example, the
5
+ ;CCS PIC compiler supports placing a ";" comment line at the
6
+ ;top or bottom of an Intel HEX file, and its manuals states
7
+ ;"some programmers (MPLAB in particular) do not like comments
8
+ ;at the top of the hex file", which is why the compiler has
9
+ ;the option of placing the comment at the bottom of the hex file.
10
+ S00F000068656C6C6F202020202000003C
11
+ S11F00007C0802A6900100049421FFF07C6C1B787C8C23783C6000003863000026
12
+ S11F001C4BFFFFE5398000007D83637880010014382100107C0803A64E800020E9
13
+ S111003848656C6C6F20776F726C642E0A0042
14
+ S5030003F9
15
+ S9030000FC
16
+ ;Checksum calculation
17
+ S1137AF00A0A0D0000000000000000000000000061
18
+ ;Syntax tests
19
+ ;S887
20
+ ;S9876543210ABCDEFG
21
+ ;Motorolla S-RECORD 16 bit address data
22
+ ;File created January 12th 2020 (version 1)
23
+ ;Current file version: 1
24
+ ;File name and type follows the 8:3 filename system, as it is a 16 bit file
You can’t perform that action at this time.
0 commit comments