Assembly - x64 Projects and annotations used to learn assembly for x64 processors. Each folder contains two projects: Main: implementation. Test: verify if it works. Do not expect optimized code. Books Modern X86 Assembly Language Programming, 2nd edition ^1^ (github) [1] Says x86 but focus on x64 and AVX, AVX2 and AVX-512. Support References Felix Cloutier's x86/x64 instructions reference Intel - 64 and IA-32 Architectures Software Developer’s Manual Intel - Introduction to x64 assembly Sandpile - x86 Processor technical references The MASM Forum Tutorials Point x86 Assembly guide Wikipedia