progs: bench tools bei deepjit.s geadded
[calu.git] / 2_isa / conds.tex
index 7ae8be794f3872aaf14eb1f1dbfc566371fae2cd..e68c6f15e6ddb1dd8a2f4078bd80d722b608efd0 100644 (file)
@@ -8,7 +8,7 @@ Above and below are for unsigned values. Greater and less for signed values.\\
 \begin{table}[ht]
        \centering
        \begin{tabular}{|c|c|c|c|}\hline
-               Bitcode & Condition                & Bits to test                & suffixes      \\ \hline
+               \textbf{Bitcode}&\textbf{Condition}& \textbf{Bits to test}       &\textbf{suffixes}\\\hline
                0000    & not equal / not zero     & ZF = 0                      & nq, nz        \\ \hline
                0001    & equal / zero             & ZF = 1                      & eq, zs        \\ \hline
                0010    & not overflow             & OF = 0                      & no            \\ \hline
@@ -35,8 +35,8 @@ Above and below are for unsigned values. Greater and less for signed values.\\
 \begin{table}[hpt]
        \centering
        \begin{tabular}{|l|c|c|c|c|} \hline
-               Bit  & 3  & 2  & 1  & 0  \\ \hline
-               Flag & SF & CF & OF & ZF \\ \hline
+               \textbf{Bit} & 3  & 2  & 1  & 0  \\ \hline
+               \textbf{Flag}& SF & CF & OF & ZF \\ \hline
        \end{tabular}
        \caption{Bits in the PSW}
 \end{table}