Hi > In practice, though, you'll find it is right to left on x86 using the > normal calling conventions. Since all parameters are passed on the > stack and the stack pointer decreases, they have to be placed on the > stack right to left so they end up the right-way round relative to > the new function's stack
No! You are encouraging bad practice!! If in doubt always go by what the standard says. Although everyone on this list is using x86, they and you should not get into to bad habbits. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
