How can I substract two numbers (char to be exact) in assembly?

前端 未结 0 1161
北海茫月
北海茫月 2020-12-09 02:08

I\'m trying to re-write the function strcmp in assembly.

I wrote this code:

global _ft_strcmp

section .text

_ft_strcmp:
            mov          


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