NAME srec2bin DESCRIPTION srec2bin converts an SRecord file to straight binary. It handles gaps by filling with 0xFF (best for FlashROM writing). The resulting file can be used with the '-b' (binary) download option within DINK, for faster downloading. BUGS If the Srecord file is not relatively contiguous, then either: 1. the binary file will be larger than the Srecord file. 2. srec2bin will explode. REVISION 2000Jun01 -- GMilliorn -- Written