diff options
Diffstat (limited to 'cdecl-contents.tex')
-rw-r--r-- | cdecl-contents.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cdecl-contents.tex b/cdecl-contents.tex new file mode 100644 index 0000000..d1b126b --- /dev/null +++ b/cdecl-contents.tex @@ -0,0 +1,8 @@ +Arguments: & \multicolumn{6}{l|}{right-to-left on the stack} \\ + & \multicolumn{6}{l|}{popped by caller} \\ +\hline +Result: & eax &&&&& \\ + & d0 &&&&& \\ +\hline +Callee-saved: & ebx & ebp & esp & esi & edi & \\ + & d1 & a2 & sp & a3 & a4 & |