Implement strcmp function in assembly 64 on linux

前端 未结 0 1777
庸人自扰
庸人自扰 2020-12-11 02:13

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

global ft_strcmp

section .text

ft_strcmp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题