errata
[phd-thesis.git] / top / memory4.tex
1 \documentclass[tikz]{standalone}
2 \usetikzlibrary{arrows.meta,shapes.symbols,matrix,positioning}
3 \input{top/memorypreamble}
4 \begin{document}
5 \begin{tikzpicture}
6 \matrix [memory] {
7 & |[break above]| \ldots \\
8 & || ret\textsubscript{0}\\
9 & || ret\textsubscript{\ldots}\\
10 & || ret\textsubscript{n}\\
11 & || \\
12 & || \\
13 & || \\
14 & |[break below]| \ldots \\
15 };
16 \end{tikzpicture}
17 \end{document}