x64汇编入门

“多年来,对效率要求极高的代码段,PC程序员用的都是x86汇编语言编写。然而,32位PC正逐渐被64位PC所取代;与此同时,底层的汇编代码也改变了。 本白皮书 是x64汇编的入门指南。无需有关x86编码的先导知识,尽管有先导知识这一转化来得更容易一些。”

x64汇编入门_第1张图片

图1 通用架构



x64汇编入门_第2张图片

图2 内存分配



白皮书《x64汇编入门》PDF:    Introduction to x64 Assembly _ Intel® Developer Zone.pdf  (827.21 KB, 下载次数: 0) 

转载请注明: Linux人社区> 英文资讯翻译专版.编译
英文原文: Introduction to x64 assembly
posted by Thom Holwerda         on Fri 5th Apr 2013 16:04 UTC
"For years, PC programmers used x86 assembly to write performance-critical code. However, 32-bit PCs are being replaced with 64-bit ones, and the underlying assembly code has changed. This white paper is an introduction to x64 assembly. No prior knowledge of x86 code is needed, although it makes the transition easier."

你可能感兴趣的:(x64汇编入门)