docs/DSP: Adjust formatting of RegisterBitOverview

This commit is contained in:
Pokechu22 2021-08-10 14:24:46 -07:00
parent 9a269929ec
commit c9ed9dd0a7
1 changed files with 3 additions and 3 deletions

View File

@ -72,10 +72,10 @@
\newcommand{\RegisterBitOverview}[4]{
\begin{table}[H]
\centering
\begin{tabular}{|lcl|}
\begin{tabular}{|lcr|}
\hline
\Address{#1} & \Register{#2} & \multicolumn{1}{r|}{#3} \\ \hline
& \texttt{#4} & \\ \hline
\Address{#1} & \Register{#2} & {#3} \\ \hline
\multicolumn{3}{|c|}{\texttt{#4}} \\ \hline
\end{tabular}
\end{table}
}