OliverScott
06-12-2005, 18:31
How to tell what programming language a file has been written in?
Am being told by a supplier of a hardware testing utility that they use a specially written OS designed to allow accurate hardware testing, and that it is written in assembly language, and this makes it better than competitors packages that run in windows or using DOS or using a linux kernel.
Now think they are telling a few untruths as their bood disk appears to contain severl key FreeDOS elements etc.
If you look at the contents of a file is it possible to tell if it has been written in assembly language?
Their command.com contains:
"Send bug reports to freedos-freecom@lists.sourceforge.net.
Updates are available from http://freedos.sourceforge.net/freecom
The FreeDOS Command Shell developed by many developers, please refer
to the enclosed HISTORY.TXT file.
Currently maintained by Steffen Kaiser mailto:freecom@freedos.org
Send bug reports to freedos-freecom@lists.sourceforge.net.
Updates are available from http://freedos.sourceforge.net/freecom"
Am I right in thinking that it wouldn't look like that if written in assembly, but might if written in C?
From what little I know about programming I would have thought that somthing written in assembly wouldn't contain any human readable elements when opened in notepad...
Am being told by a supplier of a hardware testing utility that they use a specially written OS designed to allow accurate hardware testing, and that it is written in assembly language, and this makes it better than competitors packages that run in windows or using DOS or using a linux kernel.
Now think they are telling a few untruths as their bood disk appears to contain severl key FreeDOS elements etc.
If you look at the contents of a file is it possible to tell if it has been written in assembly language?
Their command.com contains:
"Send bug reports to freedos-freecom@lists.sourceforge.net.
Updates are available from http://freedos.sourceforge.net/freecom
The FreeDOS Command Shell developed by many developers, please refer
to the enclosed HISTORY.TXT file.
Currently maintained by Steffen Kaiser mailto:freecom@freedos.org
Send bug reports to freedos-freecom@lists.sourceforge.net.
Updates are available from http://freedos.sourceforge.net/freecom"
Am I right in thinking that it wouldn't look like that if written in assembly, but might if written in C?
From what little I know about programming I would have thought that somthing written in assembly wouldn't contain any human readable elements when opened in notepad...