From 71fdadc8588d480c5e33d33f77dff30165292ad8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 14 Dec 2019 11:19:39 +0100 Subject: Add cheat sheets for x86 windows --- windows-x86.tex | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 windows-x86.tex (limited to 'windows-x86.tex') 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} -- cgit v1.2.3