Updated the look of references

This commit is contained in:
Garritt McCune
2024-08-20 16:34:35 -05:00
parent e2e78a88fd
commit c8ff04050e
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Finally we have the Program Counter which contains a 32 bit address that points
\def\minY{-5} \def\maxY{5}
\def\minX{-5} \def\maxX{5}
\begin{figure}[h]
\begin{figure}[ht]
\centering
\begin{tikzpicture}[node distance=0cm]
\node [draw, fit={(\minX, 1.0) (0, 1.5)}, label=center:Program Counter] (pc) {};