Beginning x64 Assembly Programming: From Novice to AVX Professional


Beginning x64 Assembly Programming: From Novice to AVX Professional
by 作者: Jo Van Hoey
ISBN-10 书号: 1484250753
ISBN-13 书号: 9781484250754
Edition 版本: 1st ed.
Publication Date 出版日期: 2019-10-31
Pages 页数: 413 pages


Book Description
Program in assembly starting with simple and basic programs,all the way up to AVX programming. By the end of this book,you will be able to write and read assembly code,mix assembly with higher level languages,know what AVX is,and a lot more than that.
The code used in Beginning x64 Assembly Programming is kept as simple as possible,which means: no graphical user interfaces or whistles and bells or error checking. Adding all these nice features would distract your attention from the purpose: learning assembly language. The theory is limited to a strict minimum: a little bit on binary numbers,a short presentation of logical operators,and some limited linear algebra. And we stay far away from doing floating point conversions.
The assembly code is presented in complete programs,so that you can test them on your computer,play with them,change them,break them. This book will also show you what tools can be used,how to use them,and the potential problems in those tools. It is not the intention to give you a comprehensive course on all of the assembly instructions,which is impossible in one book: look at the size of the Intel Manuals. Instead,the author will give you a taste of the main items,so that you will have an idea about what is going on. If you work through this book,you will acquire the knowledge to investigate certain domains more in detail on your own.
The majority of the book is dedicated to assembly on Linux,because it is the easiest platform to learn assembly language. At the end the author provides a number of chapters to get you on your way with assembly on Windows. You will see that once you have Linux assembly under your belt,it is much easier to take on Windows assembly.
This book should not be the first book you read on programming,if you have never programmed before,put this book aside for a while and learn some basics of programming with a higher-level language such as C.
What You Will Learn
Discover how a CPU and memory works
Appreciate how a computer and operating system work together
See how high-level language compilers generate machine language,and use that knowledge to write more efficient code
Be better equipped to analyze bugs in your programs
Get your program working,which is the fun part
Investigate malware and take the necessary actions and precautions

1. Your First Program
2. Binary Numbers,Hexadecimal Numbers,and Registers
3. Program Analysis with a Debugger. GDB
4. Your Next Program: Alive and Kicking!
5. Assembly Is Based on Logic
6. Data Display Debugger
7. Jumping and Looping
8. Memory
9. Integer Arithmetic
10. The Stack
11. Floating-Point Arithmetic
12. Functions
13. Stack Alignment and Stack Frame
14. External Functions
15. Calling Conventions
16. Bit Operations
17. Bit Manipulations
18. Macros
19. Console /O
20. File l/O
21. Command Line
22. From Cto Assembler
23. Inline Assembly
24. Strings
25. Got Some ID?
26. SIMD
27. Watch Your MXCSR
28. SSE Alignment
29. SSE Packed Integers
30. SSE String Manipulation
31. Search for a Character
32. Compare Strings
33. Do the Shufflel
34. SSE String Masks
35. AVX
36. AVX Matrix Operations
37. Matrix Transpose
38. Performance Optimization
39. Hello,Windows World
40. Using the Windows API
41. Functions in Windows
42. Variadic Functions
43. Windows Files

下载地址 Download解决验证以访问链接!
打赏
未经允许不得转载:finelybook » Beginning x64 Assembly Programming: From Novice to AVX Professional

评论 抢沙发

觉得文章有用就打赏一下

您的打赏,我们将继续给力更多优质内容

支付宝扫一扫

微信扫一扫