Related articles |
---|
Code optimization for x86 mlangen@studcs.uni-sb.de (Marc Langenbach) (1998-05-27) |
Re: Code optimization for x86 ndc@alum.mit.edu (N. D. Culver) (1998-05-30) |
Re: Code optimization for x86 ndc@alum.mit.edu (N. D. Culver) (1998-06-03) |
Re: Code optimization for x86 andrewbrown@acm.org (Andrew T. Brown) (1998-06-03) |
Re: Code optimization for x86 fuzzy@imada.ou.dk (1998-06-09) |
Re: Code optimization for x86 td@sysinno.se (Torbjorn Drevin) (1998-06-09) |
Re: Code optimization for x86 darenw@pipeline.com (Daren Scot Wilson) (1998-06-24) |
From: | "N. D. Culver" <ndc@alum.mit.edu> |
Newsgroups: | comp.compilers |
Date: | 3 Jun 1998 01:55:43 -0400 |
Organization: | Atlantic Biomedical Engineering |
References: | 98-05-124 98-05-143 |
Keywords: | optimize |
> > I'm looking for documents about code optimization for x86
>
> There is some very good info in the assembler kit at:
> ftp://ftp.simtel.net/pub/simtelnet/msdos/asmutl/ta980521.zip
> [I looked at it, didn't see anything on optimization. Maybe it's in the
> parts in German. -John]
I haven't read the entire package but there is at least
an english text file 'src/doc/optimize.txt' and also
a file 'src/doc/opcodes.txt' which breaks out the x86
opcodes in octal.
ndc
[Ah, that. Some of it's pretty good, although you have to watch out
for typos. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.