dload.c: Explicit declare functions returning void
[m6809-computer-tools:dload-server.git] / README
1 Refer to:
2
3         http://dork.clingman.org:8080/coco/
4
5 for docs/examples on these utilities.
6
7 These utilities are fairly simple unix stuff.  They should work with any
8 standard unix system.  Also, most likely OS9.  You probably could
9 compile gcc-6809 in osk and use it as a cross development platform.
10
11 Basically:
12 ---------------------------------------------------------------
13         makebin <s19file> <outputfile>
14
15 converts a s19 file to coco binary format.
16
17 ---------------------------------------------------------------
18         sh dload.stty <port>
19         dload <file> <A or B> <port>
20
21 downloads the binary file to the coco.  You only need to run dload.stty
22 once per session.  Dload was originally written by Burt Mitchell.  I
23 just made it work in linux.
24
25 Bryan Clingman
26 bac@realtimeweb.com