Intel or AT&T?
Posted: Fri Dec 23, 2011 3:54 pm
Which sintax is better to develop, Intel x86 or AT&T x86 (in your opinion)? And which assembler is better (in your opinion)?
As with C(++) vs. ASM, Windows vs. Linux, Vim vs. VS etc..., this is generally a way to start a flamewar. I prefer intel syntax because that's what I learned on. Others prefer AT&T for the same sort of reason. Often it just comes down to which way an individual 'pictures' data flowing.arming wrote:Which sintax is better to develop, Intel x86 or AT&T x86 (in your opinion)? And which assembler is better (in your opinion)?
Define 'better'.arming wrote:Which sintax is better to develop, Intel x86 or AT&T x86 (in your opinion)? And which assembler is better (in your opinion)?
For me, better is... I don't know, it depends. Maybe AT&T it's better to work with net connections (that would be better for me). Well, I'm going to do specified questions:AJ wrote:Hi,
As with C(++) vs. ASM, Windows vs. Linux, Vim vs. VS etc..., this is generally a way to start a flamewar. I prefer intel syntax because that's what I learned on. Others prefer AT&T for the same sort of reason. Often it just comes down to which way an individual 'pictures' data flowing.arming wrote:Which sintax is better to develop, Intel x86 or AT&T x86 (in your opinion)? And which assembler is better (in your opinion)?
Define 'better'.arming wrote:Which sintax is better to develop, Intel x86 or AT&T x86 (in your opinion)? And which assembler is better (in your opinion)?
Cheers,
Adam
OK, I've expressed badly. I know that the two do more or less the same but with different syntax. I want to say that maybe Intel syntax it's easier to do a netboot, for example.Kevin wrote:AT&T vs. Intel is about syntax, not about semantics. You can express exactly the same things in both syntaxes, they look just a bit different. If you think it has anything to do with network or even just if you think that one of them is easier to understand like Brynet seems to imply, you have a more fundamental problem and should go back to learning some basics.
It's purely a matter of taste.
No - they do exactly the same. To answer your questions:arming wrote:OK, I've expressed badly. I know that the two do more or less the same but with different syntax. I want to say that maybe Intel syntax it's easier to do a netboot, for example.