Linux 64 command line parameters in Assembly

前端 未结 3 1063
既然无缘
既然无缘 2020-12-19 07:55

This description is valid for Linux 32 bit: When a Linux program begins, all pointers to command-line arguments are stored on the stack. The number of arguments is stored at

3条回答
  •  抹茶落季
    2020-12-19 08:28

    I do believe what you need to do is check out the x86-64 ABI. Specifically, I think you need to look at section 3.2.3 Parameter Passing.

提交回复
热议问题