why does rcx refresh on entering new label?

前端 未结 0 2022
醉梦人生
醉梦人生 2020-12-11 20:53

I am new to NASM and am trying to convert a 16-bit binary to decimal.

the code goes like this:

        extern printf
        SECTION .data


fmt:    db         


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