SYNOPSIS

       Bin2S19 -f <file> -w

       Bin2S19 -f <file> [-r|-s] [-x] [-c <length>] [-b <address>]


DESCRIPTION

       Bin2S19  converts  binary  files to Motorola S19 format and vice versa.
       It can process raw binaries as well as binaries created by dasm.


OPTIONS

       -b <base_address>
              offset address where the binary file has to  be  placed  in  the
              Motorola ROM.

       -f <file_string>
              input  file  name. When converting from S19 format to binary the
              extension "s19" has to be ommitted.  The  output  file  will  be
              named "<name>-0x<baseaddress>.bin".

       -s, --s19
              will create s19 format output from binary.

       -r, --ras
              process binaries created by dasm with format "random access seg-
              ments".

       -w, --raw
              make binary output from S19 file.

       -c <record_number>
              specifies the S19 record lenght  (number  of  bytes  to  process
              until linefeed in S19 format will occur).

       -x, --hexout
              make  raw  hex  dump.  Ommits  the  S19 format record header and
              trailer for each line.



       --saverc
              Save opts to personal rcfile ~/.Bin2S19rc .

       -v, --verbose
              Be more verbose.

       -h, --help
              Print a help screen with defaults and exit.

       -V     Print version and  copyright  information,  then  exit.  To  get
              detailed version and copyright information about used modules do
              a

       Bin2S19 looks at these locations to find its defaults.  If  a  file  is
       found  further  searching  is aborted. All values can be overwritten by
       its corresponding commandline options.


ENVIRONMENT

       The HOME variable is used.


SEE ALSO

       dasm(1)


BUGS

       no bugs discovered


AUTHOR

       Thomas Pantzer <Thomas@Pantzer.net>, 2002



                               October 28, 2002                     Bin2S19(1)

Man(1) output converted with man2html