Using printf function in the assembler code

前端 未结 0 1321
逝去的感伤
逝去的感伤 2021-02-10 00:22

I\'d like to call printf function twice in assembler code like that:

PUSH     word ptr [sstr1]
CALL     _printf
ADD      ESP,0x4
PUSH     word ptr [s         


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