Skip to content

Projects and annotations used to learn x64 assembly.

License

Notifications You must be signed in to change notification settings

gfurtadoalmeida/study-assembly-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Modern X86 Assembly Language Programming, 2nd edition ^1^ Azure DevOps builds Azure DevOps tests (compact)

[1] Says x86 but focuses on x64 and AVX, AVX2 and AVX-512 (github)

Support References