Skip to content

Commit 3571bb1

Browse files
authored
16BADRSS_V1.mot
An archive of the first version of the Motorolla 16 bit address S-Record script file.
1 parent 01829d4 commit 3571bb1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)