Why There is a difference between assembly languages like Windows, Linux ?

Posted by mcaaltuntas on Stack Overflow See other posts from Stack Overflow or by mcaaltuntas
Published on 2011-01-05T14:46:25Z Indexed on 2011/01/05 14:53 UTC
Read the original article Hit count: 190

Filed under:
|
|

I am relatively new to all this low level stuff,assembly language.. and want to learn more detail. Why there is a difference between Linux, Windows Assembly languages?

As I understand when I compile a C code Operating system does not really produce pure machine or assembly code, it produces OS dependent binary code.But why ?

For example when I use a x86 system, CPU only understands x86 ASM am I right?.So Why we dont write pure x86 assembly code and why there are different assembly variations based on Operating system? If we would write pure ASM or OS produce pure ASM there wouldn't be binary compatilibty issues between Operating systems or Not ?

I am really wondering all reasons behind them. Any detailed answer, article, book would be great. Thanks.

© Stack Overflow or respective owner

Related posts about assembly

Related posts about operating-system