Cargando…
Introduction to 64 bit Intel assembly language programming for Linux
Esta es la segunda edición de este libro de texto de lenguaje de ensamblaje de programación introduciendo a los programadores a 64 bits lenguaje ensamblador Intel. La adición primaria a la segunda edición es la discusión del entorno de desarrollo integrado libre, ebe, diseñado por el autor específic...
Autor principal: | |
---|---|
Formato: | Libro |
Lenguaje: | English |
Publicado: |
Hattiesburg, MS :
El autor,
2012, ©2012.
|
Edición: | Second edition. |
Materias: |
Tabla de Contenidos:
- Introduction
- Numbers
- Computer memory
- Memory mapping in 64 bit mode
- Registers
- A little bit of math
- Bit operations
- Branching and looing
- Functions
- Arrays
- Floating point instructions
- System calls
- Structs
- Using the C stream I/O functions
- Data structures
- High performance assembly
- Counting bits in an array
- Sobel filter
- Computing correlation Installing ebe
- Using ebe
- Using gdb
- Using scanf and printf
- Using macros in yasm
- Sources for more information.