Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 93 Bytes

nasm.md

File metadata and controls

6 lines (5 loc) · 93 Bytes

nasm-cheat-sheet

  1. create object file
nasm -w+all -f elf file.asm -o file.o