aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-x64.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux-x64.tex b/linux-x64.tex
index 8133e1b..25c4ef5 100644
--- a/linux-x64.tex
+++ b/linux-x64.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\usepackage[a6paper,margin=2cm,top=5mm,bottom=5mm]{geometry}
+\usepackage[a6paper,margin=8mm,top=5mm,bottom=5mm]{geometry}
\usepackage{xcolor}
\usepackage[hidelinks]{hyperref}
@@ -18,7 +18,7 @@
\textbf{Clean RTS cheat sheet, x64 linux}
\end{center}
-{\hfill
+{\hfill%
\fcolorbox{black}{white}{%
\begin{tabular}{ll}
A0 & rcx \\
@@ -41,8 +41,8 @@
scratch & rbp \\
scratch & r9 \\
\end{tabular}%
-}
-\hfill
+}%
+\hfill%
\fcolorbox{black}{white}{%
\begin{tabular}{ll}
rax & B0 \\
@@ -64,7 +64,7 @@
r14 & B6 \\
r15 & free \\
\end{tabular}%
-}
+}%
\hfill}
\bigskip
@@ -85,7 +85,7 @@
}
\bigskip
-\tiny
+\scriptsize
\url{https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet}
\end{document}