Cdecl32: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
</tr> | </tr> | ||
</table> | </table> | ||
Category: The OS/2 API Project | |||
Revision as of 18:24, 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 |
Category: The OS/2 API Project