Respuesta :

Once a source code is compiled to machine code, it becomes specific to the platform targeted, to the machine architecture. So, this is the reason why the system software is dependent on the underlying machine architecture. It is the reason why you cannot run a Linux program on Windows , for example. Source code can be compiled to target different architectures and executable formats. 
T