kcpmtk/undump.pas

13 lines
177 B
Plaintext

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.