От: | Warturtle | ||
Дата: | 08.08.05 17:08 | ||
Оценка: |
fay>The __pascal, __fortran, and __syscall calling conventions are no longer supported.
Pascal (__pascal)
Pascal does not support functions with a variable number of parameters, so it can use the callee-clean convention. Parameters are pushed from left to right, because, well, it seemed the natural thing to do.