Using this code:
section .data msg db "Most basic printf example in NASM", 0xA, 0xD, 0 len equ $-msg section .bss section .text globa