TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC : x86 books?

2 pointsby randomhackover 17 years ago
I have just started a compiler project targeting x86. Can you suggest some books which will get me upto speed on the the x86 instruction set? I have worked with other ISAs in the past so I am not an assembler noob. Just want something to teach me x86. A book which gives an overview of newer intel chips (intel core microarchitecture?) will also be helpful.<p>edit : I also need to understand the SSE instructions since the compiler is expected to do some vectorization.

1 comment

ickyover 17 years ago
Intel's docs. Huge and comprehensive:<p><a href="http://www.intel.com/products/processor/manuals/" rel="nofollow">http://www.intel.com/products/processor/manuals/</a><p>NASM docs:<p><a href="http://www.linuxmedialabs.com/nasm/html/nasmdoca.html" rel="nofollow">http://www.linuxmedialabs.com/nasm/html/nasmdoca.html</a>
评论 #111326 未加载