Debugging segfaults in assembly (scanf, printf)

后端 未结 0 980
有刺的猬
有刺的猬 2021-01-20 06:37

My question has two parts.

Source code (test.nasm):

extern scanf
extern printf
extern exit

global main

section .text
main:

.scanf:
         


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