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.

X86 Assembly Guide

183 pointsby misframerover 8 years ago

3 comments

vorticoover 8 years ago
I've been meaning to solidify my memory of common x86 instructions for a while, but I never got around to it because I get distracted by the bazillion other more advanced instructions. This guide is nice because it covers a few common instructions in a complete-enough manner but not excruciating details like the Intel manual.
评论 #13289994 未加载
评论 #13290062 未加载
评论 #13291923 未加载
评论 #13291459 未加载
jaclazover 8 years ago
To be fair, the document has been re-tagged July 2016, but it is there since 2006:<p><a href="http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20060914031400&#x2F;http:&#x2F;&#x2F;www.cs.virginia.edu&#x2F;~evans&#x2F;cs216&#x2F;guides&#x2F;x86.html" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20060914031400&#x2F;http:&#x2F;&#x2F;www.cs.virg...</a><p>&quot;Credits: This guide was originally created by Adam Ferrari many years ago, and since updated by Alan Batson, Mike Lack, and Anita Jones. It was revised for 216 Spring 2006 by David Evans.&quot;
评论 #13290865 未加载
vram22over 8 years ago
IIRC the Randall Hyde assembly language book is also good. I&#x27;ve read some of it.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Randall_Hyde" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Randall_Hyde</a><p>Another is this one by Paul Carter, who taught Computer Science at the University of Central Oklahoma for 10 years, including PC assembly language programming. You can get both a free PDF and a physical copy of it from here:<p><a href="http:&#x2F;&#x2F;pacman128.github.io&#x2F;pcasm&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pacman128.github.io&#x2F;pcasm&#x2F;</a><p>and it uses only free software such as NASM and GCC. The book covers 32-bit protected mode programming in assembly. It also covers interfacing assembly and C code.