Detect-It-Easy/db/MSDOS/MetaWare Professional Pascal.3.sg
2014-07-13 22:11:28 +02:00

15 lines
377 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("compiler","MetaWare Professional Pascal");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("b8000050b8....50cbeb..e8....2bc050e8....c3....bd....2e8e"))
{
sVersion="1983-1986";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}