Detect-It-Easy/db/MSDOS/ASIC-Basic.4.sg
2024-11-12 20:11:38 +03:00

18 lines
No EOL
654 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "ASIC-Basic");
function detect() {
if (MSDOS.compareEP("b8....8ed88ec033dbb4..cd108916....cc901ebf....8cc82d....8ed833c98a0e....83f9..72..b9....26be....fc")) {
sVersion = "5.0";
sOptions = "1994 by David Visti of 80_20 Software";
bDetected = true;
} else if (MSDOS.compareEP("b8....8ed88ec033dbb4..cd108916....1ebf....8cc82d....8ed833c98a0e....83f9..72..b9....26be....fc")) {
sVersion = "5.0";
sOptions = "1994 by David Visti of 80_20 Software";
bDetected = true;
}
return result();
}