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

16 lines
No EOL
417 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "Hi-Tech C");
function detect() {
if (MSDOS.compareEP("fcba....b1..d3ea8cc803c28ed88ed0268b1e....4b2bd8b8....f7c3....75..d3e38bc38be0be....b9....2bce32c0")) {
sVersion = "3.06";
sOptions = "1984-87 by HI-TECH Software";
bDetected = true;
}
_setLang("C", bDetected);
return result();
}