The Art of Assembly Language 2nd Edition

简介:
本书从高级程序员的角度介绍了汇编语言,因此您可以在几天内开始编写有意义的程序。本书附带的高级汇编程序 (HLA) 是第一个允许您编写在Linux或Windows下运行的可移植汇编语言程序的汇编程序,只不过是重新编译。
汇编是一种低级编程语言,比计算机的本机语言高出一步。尽管汇编语言通常用于编写设备驱动程序,仿真器和视频游戏,但许多程序员发现它的语法有些不友好,难以学习和使用。
当您阅读汇编语言的艺术时,您将学习计算机科学基础的低级理论,并将其理解转化为真实的功能代码。您将学习如何:
编辑、编译和运行HLA程序声明和使用常量、标量变量、指针、数组、结构、联合和命名空间翻译算术表达式 (整数和浮点)转换高级控制结构
英文简介:
This book presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days. The High Level Assembler (HLA) that accompanies the book is the first assembler that allows you to write portable assembly language programs that run under either Linux or Windows with nothing more than a recompile.
Assembly is a low-level programming language that's one step above a computer's native machine language. Although assembly language is commonly used for writing device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use.
As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code. You'll learn how to:
Edit, compile, and run an HLA programDeclare and use constants, scalar variables, pointers, arrays, structures, unions, and namespacesTranslate arithmetic expressions (integer and floating point)Convert high-level control structures
- 书名
- The Art of Assembly Language 2nd Edition
- 译名
- 汇编语言的艺术
- 语言
- 英语
- 年份
- 2003
- 页数
- 764页
- 大小
- 21.91 MB
- 标签
- 汇编
- 下载
The Art of Assembly Language 2nd Edition.pdf
- 密码
- 65536
最后更新:2025-04-12 23:57:57
←x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code