Hi have a program in NASM and in this part of the code
section .data fileName dq 1 section .text global _start _start: xor rax, rax xor rcx, rcx