This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: parameter passing for functions written in assembly.
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 21 Oct 2015 11:01:24 +0100
- Subject: Re: parameter passing for functions written in assembly.
- Authentication-results: sourceware.org; auth=none
- References: <CAKhyrx8nP3KuLSrsbL2Tvr4QiPLJxhLE8WJRd-cCKAGHGKUnHQ at mail dot gmail dot com>
On 10/21/2015 10:42 AM, vijay nag wrote:
> 'm not an ABI expert and I wanted to know the
> calling convention usually followed to pass the parameters in register
> to the function ?
Which processor? This is normally determined by the psABI.
Andrew.