diff options
author | Camil Staps | 2019-12-14 11:19:39 +0100 |
---|---|---|
committer | Camil Staps | 2019-12-14 11:19:39 +0100 |
commit | 71fdadc8588d480c5e33d33f77dff30165292ad8 (patch) | |
tree | 77d5bbc96a933f6a463a58a425c0ad1a98576ca7 /cdecl-contents.tex | |
parent | Remove CI badge from readme (now as gitlab project badge) (diff) |
Add cheat sheets for x86 windows
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 & |