/ docs / assembly / x86.asm
x86.asm
1  # https://www.youtube.com/watch?v=jPDiaZS-2ok
2  
3  .global _start
4  .intel_syntax
5  .section .text
6  
7  .section .data