many smalle updates
[phd-thesis.git] / top / memory1.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 & || fp\textsubscript{old}\\
9 & || sp\textsubscript{old}\\
10 & || 0 \\
11 & || \\
12 & || \\
13 & || \\
14 & |[break below]| \ldots \\
15 };
16 \end{tikzpicture}
17 \end{document}