Notes on Assembly Language covering x86_64, ARM and AVR
These are my study notes on assembly language.
#sources
- Introduction to 64 Bit Intel Assembly Language Programing for Linux - Ray Seyfarth
- Assembly Language Step-by-Step, Programming with Linux - Jeff Duntemann
- Introduction to 80x86 Assembly Language and Computer Architecture - Richard C. Detmer
- Modern x86, x64, SSE and AVX Assembly - Daniel Kusswurm
- The microarchitecture of Intel, AMD and VIA CPUs - Agner Fog
- Yasm user manual
- Using AS, The GNU Assembler
- ARM Assembly Language with Hardware Experiments - Ata Elahi, Trevor Arjeski
- Professional Assembly Language - Richard Blum