Cdecl32: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
</table> | </table> | ||
Category: The OS/2 API Project | [[Category: The OS/2 API Project]] | ||
Revision as of 18:34, 18 June 2012
- Stack pushing order: Right-to-left
- Stack cleaned by caller
- Alignment: 4
- Registers saved: ESI, EDI, EBX
| Compiler | Modifier |
| FPC/VPC | cdecl |
| Speed Pascal/Sibyl | CDECL |
| C/C++ | _System |
| Watcom Fortran | __syscall |
| Ada95 | c |
| Forth32 | doscall |