Provided by: srecord_1.58-1.1ubuntu2_amd64 bug

NAME

       srec_msbin - Windows CE Binary Image Data Format

DESCRIPTION

       This format is the output of the Microsoft WinCE Platform Builder.  This is a binary (non‐
       text) file format.  File names in this format typically (ambiguously) use the .bin suffix.

   File Format
       Files in this format start with a header record.

       Then comes the data itself, organized into records.

       The file finishes with an execution start address record.  This is mandatory.

   File Header Record
       Data in this format start  with  an  optional  header  containing  the  magic  “B000FF\n”,
       followed  by the image start (four bytes, little endian) address and the span of the image
       (highest address - lowest address + 1) (four bytes, little endian).  The file header  does
       not  have  a  checksum;  it  is  therefore  possible  that  a  corrupt file header will go
       undetected.

       ┌───────────┬────────────┬────────────┐
       │Magic      │ Least      │ Greatest   │
       │“B000FF\n” │ Address    │ Address    │
       │(7 bytes)  │ (4 bytes)  │ (4 bytes)  │
--

SOURCE

       http://msdn.microsoft.com/en-us/library/ms924510.aspx

COPYRIGHT

       srec_cat version 1.58
       Copyright  (C)  1998,  1999,  2000,  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
       2010, 2011 Peter Miller

       The srec_cat program comes with ABSOLUTELY NO WARRANTY;  for  details  use  the  'srec_cat
       -VERSion  License'  command.  This is free software and you are welcome to redistribute it
       under certain conditions; for details use the 'srec_cat -VERSion License' command.

AUTHOR

       Peter Miller   E‐Mail:   pmiller@opensource.org.au
       /\/\*             WWW:   http://miller.emu.id.au/pmiller/