Related articles |
---|
Compiling to the Intel instruction set gwalker874@aol.com (2004-06-06) |
Re: Compiling to the Intel instruction set dido@imperium.ph (2004-06-09) |
Re: Compiling to the Intel instruction set napi@axiomsol.com (2004-06-09) |
Re: Compiling to the Intel instruction set samiam@moorecad.com (Scott Moore) (2004-06-25) |
Re: Compiling to the Intel instruction set freitag@alancoxonachip.com (Andi Kleen) (2004-06-30) |
From: | napi@axiomsol.com (napi) |
Newsgroups: | comp.compilers |
Date: | 9 Jun 2004 00:25:28 -0400 |
Organization: | http://groups.google.com |
References: | 04-06-016 |
Keywords: | code, architecture |
Posted-Date: | 09 Jun 2004 00:25:28 EDT |
gwalker874@aol.com (Gary Walker) wrote
> I'm looking for resources on how to build an optimizing compiler (back
> end) for the Intel386 instruction set.
Hi:
When I re-targeted my compiler to 80386 I used:
o 80386 Microprocessor Handbook by Pappas and Murray (McGraw Hill). It's out
of print. I got it from www.bn.com in the rare books section.
o gcc produced assembly code and studied it.
Hope this helps.
Napi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.