I am trying to implement strcmp which is a C function in assembly 64, here is my working code so far :
C
global ft_strcmp section .text ft_strcmp