sim: labels and comments are now shown
[calu.git] / 1_isacmp / cmp.tex
index c6a35d34fbdc3ea0e6db119fadeaa9f4cc602410..bb6de5277944567415e72a55a004711fc3201d7d 100644 (file)
@@ -13,9 +13,9 @@ Codesizes und Ausf\"uhrungszeiten des Codest\"ucks \texttt{sum} aus Listing~\ref
 \begin{center}
        \begin{tabular}{|l|c|c|c|c|c|}\hline
                Anzahl        & ARM & AVR   & MCS-51 & PowerPC & SPEAR2 \\ \hline
-               Instruktionen & 4   & 9     & 21     & 3       & 6      \\ \hline
-               Zyklen        & 8   & 13/14 & 30     & 3       & 7      \\ \hline
-               Bytes         & 16  & 18    & 32     & 12      & 12     \\ \hline
+               Instruktionen & 4   & 8     & 21     & 3       & 6      \\ \hline
+               Zyklen        & 8   & 11/12 & 30     & 3       & 7      \\ \hline
+               Bytes         & 16  & 16    & 32     & 12      & 12     \\ \hline
        \end{tabular}
        \caption{Vergleich der ISAs anhand der erfassten Kennwerte}
        \label{cmp_tab}