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 /windows-x86.tex | |
parent | Remove CI badge from readme (now as gitlab project badge) (diff) |
Add cheat sheets for x86 windows
Diffstat (limited to 'windows-x86.tex')
-rw-r--r-- | windows-x86.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows-x86.tex b/windows-x86.tex new file mode 100644 index 0000000..25c0f83 --- /dev/null +++ b/windows-x86.tex @@ -0,0 +1,8 @@ +\documentclass{cheatsheet} +\begin{document} +\cheatsheettitle[x86]{Windows} +\input{registers-x86} + +\bigskip +\cheatsheetbox{\input{cdecl}} +\end{document} |