- Mastering Assembly Programming
- Alexey Lyashko
- 239字
- 2021-08-20 10:23:23
What this book covers
Chapter 1, Intel Architecture, provides a brief insight into the Intel architecture, covering processor registers and their usage.
Chapter 2, Setting Up a Development Environment, contains detailed instructions on setting up a development environment for programming in Assembly.
Chapter 3, Intel Instruction Set Architecture (ISA), introduces you to the instruction set of Intel processors.
Chapter 4, Memory Addressing Modes, gives an overview of the many memory addressing modes supported by Intel processors.
Chapter 5, Parallel Data Processing, is dedicated to the Intel architecture extensions that add support for parallel processing of multiple data.
Chapter 6, Macro Instructions, provides an introduction to one of the most powerful features of modern assemblers--their support for macro instructions.
Chapter 7, Data Structures, helps us organize data properly as there isn't much that we can do with it.
Chapter 8, Mixing Modules Written in Assembly and Those Written in High-Level Languages, gives a description of the various methods of interfacing our Assembly code with the outer world.
Chapter 9, Operating System Interface, gives you a way to discover how programs written in Assembly may interact with Windows and Linux operating systems.
Chapter 10, Patching Legacy Code, attempts to show the basics of patching existing executables, which is an art in itself.
Chapter 11, Oh, Almost Forgot, covers a few things that did not fit into any of the preceding chapters but are, nevertheless, interesting and may even be important.
- Building a RESTful Web Service with Spring
- Learning Selenium Testing Tools(Third Edition)
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)開(kāi)發(fā)詳解
- Hands-On Reinforcement Learning with Python
- C語(yǔ)言課程設(shè)計(jì)
- Clojure Reactive Programming
- Java實(shí)戰(zhàn)(第2版)
- SQL 經(jīng)典實(shí)例
- Mastering Backbone.js
- Java SE實(shí)踐教程
- 移動(dòng)增值應(yīng)用開(kāi)發(fā)技術(shù)導(dǎo)論
- Visual Studio Code 權(quán)威指南
- 深入淺出Python數(shù)據(jù)分析
- 深入分析GCC
- Mastering Apache Camel