𝔖 Scriptorium
✦   LIBER   ✦

📁

Introduction to 64 Bit Intel Assembly Language Programming for Linux + source code

✍ Scribed by Seyfarth R.


Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


CreateSpace Independent, 2011 — 252 p.
ISBN-10: 1466470038
ISBN-13: 978-1466470033
This book is an assembly language programming textbook introducing programmers to 64 bit Intel assembly language. The book is intended as a first assembly language book for programmers experienced in high level programming in a language like C or C++. The assembly programming is performed using the yasm assembler (much like the nasm assembler) under the Linux operating system. The book primarily teaches how to write assembly code compatible with C programs. The reader will learn to call C functions from assembly language and to call assembly functions from C in addition to writing complete programs in assembly language. The gcc compiler is used for C programming. The book starts early emphasizing using the gdb debugger to debug programs. Being able to single-step assembly programs is critical in learning assembly programming. Highlights of the book include doing input/output programming using the Linux system calls and the C library, implementing data structures in assembly language and high performance assembly language programming. A companion web site has a collection of PDF slides which instructors can use for in-class presentations and source code for sample programs. Early chapters of the book rely on using the debugger to observe program behavior. After a chapter on functions, the user is prepared to use printf and scanf from the C library to perform I/O. The chapter on data structures covers singly linked lists, doubly linked circular lists, hash tables and binary trees. Test programs are presented for all these data structures. There is a chapter on optimization techniques and 3 chapters on specific optimizations. One chapter covers how to efficiently count the 1 bits in an array with the most efficient version using the recently-introduced popcnt instruction. Another chapter covers using SSE instructions to create an efficient implementation of the Sobel filtering algorithm. The final high performance programming chapter discusses computing correlation between data in 2 arrays. There is an AVX implementation which achieves 20.5 GFLOPs on a single core of a Core i7 CPU.

✦ Subjects


Информатика и вычислительная техника;Информатика (программирование);Программирование на ASSEMBLER


📜 SIMILAR VOLUMES


Introduction to 64 Bit Intel Assembly La
✍ Ray Seyfarth 📂 Library 📅 2011 🏛 CreateSpace Independent Publishing Platform 🌐 English

This book is an assembly language programming textbook introducing programmers to 64 bit Intel assembly language. The book is intended as a first assembly language book for programmers experienced in high level programming in a language like C or C++. The assembly programming is performed using the

Introduction to 64 Bit Windows Assembly
✍ Ray Seyfarth 📂 Library 📅 2014 🏛 CreateSpace Independent Publishing Platform 🌐 English

This book introduces programmers to 64 bit Intel assembly language using the Microsoft Windows operating system. The book also discusses how to use the free integrated development environment, ebe, designed by the author specifically to meet the needs of assembly language programmers. Ebe is a C++ p

Windows 64-bit Assembly Language Program
✍ Robert Dunne 📂 Library 📅 2018 🏛 Gaul Communications 🌐 English

<p><em>Windows<sup>®</sup> 64-bit Assembly Language Programming Quick Start</em> is a complete tutorial using the free Community Edition of Microsoft<sup>®</sup> Visual Studio 17 to introduce the novice to the Intel<sup>®</sup> X86-64 architecture and the Windows X64 Calling Convention.</p> <ul><li>