1srec_forth(5)                 File Formats Manual                srec_forth(5)
2
3
4

NAME

6       srec_forth - FORTH file format
7

DESCRIPTION

9       This format can be read by FORTH interpreters
10
11       The file starts with HEX to set the number base.
12
13       Each line contains the address, the byte and a store command, either C!
14       for RAM or EEC! for EEPROM
15

EXAMPLE

17       Here is an example srec[hy]forth file.  It contains  the  data  “Hello,
18       World” to be loaded at address 0x1000.
19              HEX
20              48 1000 C!
21              65 1001 C!
22              6C 1002 C!
23              6C 1003 C!
24              6F 1004 C!
25              2C 1005 C!
26              20 1006 C!
27              57 1007 C!
28              6F 1008 C!
29              72 1009 C!
30              6C 100A C!
31              64 100B C!
32              0A 100C C!
33
35       srec_cat version 1.64
36       Copyright  (C)  1998,  1999,  2000, 2001, 2002, 2003, 2004, 2005, 2006,
37       2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Peter Miller
38
39       The srec_cat program comes with ABSOLUTELY NO WARRANTY; for details use
40       the 'srec_cat -VERSion License' command.  This is free software and you
41       are welcome to redistribute it under certain  conditions;  for  details
42       use the 'srec_cat -VERSion License' command.
43

MAINTAINER

45       Scott Finneran   E‐Mail:   scottfinneran@yahoo.com.au
46       Peter Miller     E‐Mail:   pmiller@opensource.org.au
47
48
49
50Reference Manual                    SRecord                      srec_forth(5)
Impressum