nasm-cheat-sheet Create object file # Note! You need to specify the format for a output file. Default is bin. nasm -w+all -f elf file.asm -o file.o See list numbers of interrupts cat /usr/include/asm/unistd_64.h objdump useful command: objdump -drwC -Mintel