On Thu, Aug 12, 2010 at 3:35 PM, sandeep kumar <[email protected]> wrote: > i used gcc -S to view assembly listing of my program on intel pc > found the instructions and the syntax are much different from that we > find on intel micro processor books(think those programs no longer > work on linux) > why is this new assembly for linux and does it mean assembly changes > from os to os regardless of architecture
Also, this article sheds some more light on this: http://en.wikipedia.org/wiki/GNU_Assembler#Criticisms -- l...@iitd - http://tinyurl.com/ycueutm
