Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 219 Bytes

nasm samples

Some samples coded in pure nasm assembly language

Covered topics

  • System calls in Linux
  • Linux calling convention
  • Dynamic allocation use brk() system call
  • Have both x86 and x64 samples