Assembly Language Succinctly

Assembly Language Succinctly

简介:

汇编语言是接近编写机器代码,你可以不用写纯十六进制。由于它是一种低级语言,因此在所有情况下都不实用,但是当您希望最大化性能时,应该绝对考虑。使用Chris Rose的汇编语言,您将学习如何为现代cpu编写x64汇编,首先为32位应用程序编写内联汇编,然后为C项目编写本机汇编。您将学习内存空间,数据段,CISC指令,SIMD指令等基础知识。无论您是使用Intel,AMD还是cpu,您都会发现本书是一个有价值的起点,因为许多指令在处理器之间共享。

英文简介:

Assembly language is as close to writing machine code as you can get without writing in pure hexadecimal. Since it is such a low-level language, it's not practical in all cases, but should definitely be considered when you're looking to maximize performance.

With Assembly Language Succinctly by Chris Rose, you'll learn how to write x64 assembly for modern CPUs, first by writing inline assembly for 32-bit applications, and then writing native assembly for C++ projects. You'll learn the basics of memory spaces, data segments, CISC instructions, SIMD instructions, and much more.

Whether you're working with Intel, AMD, or VIA CPUs, you'll find this book a valuable starting point since many of the instructions are shared between processors.

书名
Assembly Language Succinctly
译名
汇编语言简明版
语言
英语
年份
2013
页数
134页
大小
4.67 MB
标签
  • 简明教程
  • 汇编
  • 下载
    pdf iconAssembly Language Succinctly.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:57

    ←x86-64 Assembly Language Programming with Ubuntu

    →BIOS Disassembly Ninjutsu Uncovered