Re: assembler i386

Felix von Leitner <[email protected]> Thu, 3 Mar 2011 18:20:57 +0100
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
> I changed i386/start.S.  Now it is 50 bytes (13 bytes shorter) and
> maybe more readable.  The idea is to put envp is %esi and then to use
> lodsl in WANT_SYSENTER.  Bellow are diff and start.S

Hah, that is a great idea! :-)

Legacy string instructions FTW!

Felix