Using less tools is simplier and cleaner way in MOST cases ...
> > appropriate tool to assemble Intel mnemonics is one that understands
> > Intel. GAS does not. GAS doesn't even know the way Intel assembly
> > should be written, i.e., destination operand first.
>
> IMHO, nasm would have been a much better choice
nasm is a GOOD assembler and we can use it. It hasn't got the so called
AT&T horrible syntax (TM) ... I started to code in assembly a long time ago
on my C64 but I don't understand anything from Linux kernel written in assembly
because of that sily syntax ... It has got many possiblities to do mistake as
well : intel format (which is used by nasm as well) is much cleaner and nice.
However supported CPUs by NASM is limited to x86 which is not too good for
Linux kernel source :(
-- ---[ LGB/DC ]------------[ University Of Veszprém ]------[ Lénárt Gábor ]--- "Life : Never ending story" "Goal : 42" "Direction : Unknown" ---[ 30/2270823 ]--------[ http://lgb.hal.vein.hu ]---------[ 87/477074 ]--- finger lgb@hal2000.hal.vein.hu for more -==- SMS : lgblgb@westel900.net- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/