Subject: Re: example for k&r being bad To: Roland Illig <rillig@netbsd.org> From: Klaus Klein <kleink@reziprozitaet.de> List: tech-userlevel Date: 12/21/2005 09:33:39
Roland Illig wrote:
> A second issue is the argument passing ABI. Does the alpha ABI use a
> stack for "simple" arguments or are they passed in registers?
Up to 6 arguments are passed in a0-5.
- Klaus