Linux getting terminal arguments from _start not working with inline assembly in C

后端 未结 0 342
时光取名叫无心
时光取名叫无心 2020-12-06 22:45

I am trying to write my own _start function using inline assembly. But when I try to read argc and argv from stack (%rsp and %rsp + 8) I get wrong values. I don\'t know what

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