program undump; { undump is a program to take the output from dump and put it into binary format. } {$I 'binary.pas'} {$I 'ihex.pas'} begin Writeln('UNDUMP V1.0'); end.