Jump to content

Cdecl32: Difference between revisions

From EDM2
Prokushev (talk | contribs)
No edit summary
 
Prokushev (talk | contribs)
mNo edit summary
Line 1: Line 1:
Stack pushing order: Right-to-left
* Stack pushing order: Right-to-left
Stack cleaned by caller
* Stack cleaned by caller
Alignment: 4
* Alignment: 4
Registers saved:  ESI, EDI, EBX
* Registers saved:  ESI, EDI, EBX




Line 17: Line 17:
<tr>
<tr>
   <td>C/C++</td><td>_System</td>
   <td>C/C++</td><td>_System</td>
</tr>
<tr>
  <td>Watcom Fortran</td><td>__syscall</td>
</tr>
</tr>
</table>
</table>

Revision as of 08:10, 24 December 2004

  • Stack pushing order: Right-to-left
  • Stack cleaned by caller
  • Alignment: 4
  • Registers saved: ESI, EDI, EBX


CompilerModifier
FPC/VPCcdecl
Speed Pascal/SibylCDECL
C/C++_System
Watcom Fortran__syscall