isa: todos done
[calu.git] / 2_isa / flags.tex
index 5fa1f15b6815db3433e86cb0896a7b981283fa24..998e1ab346c6e0fca145080cfed022f21dcd78da 100644 (file)
@@ -3,7 +3,7 @@ In table~\ref{tab:flags} the flags that can suffix instructions are described. I
 \begin{longtable}{|c|c|c|}\hline
        \textbf{flag} & \textbf{function} & \textbf{default value} \\ \hline
        C    & carry    & 0 (not set)   \\ \hline
-       SU   & Status register update & 1 (set) \\ \hline
+       D    & Status register update disable & 0 (not set) \\ \hline
        H/L  & use high or low 16-bits & L (not set) \\ \hline
        F    & fill unused 16-bits with value of F & 0 (not set)\footnote{this means that andxf must be used, if the not specified 16-bit, should be preserve} \\ \hline
        S    & sign extension & 0 (not set) \\ \hline
@@ -12,4 +12,3 @@ In table~\ref{tab:flags} the flags that can suffix instructions are described. I
        \caption{ISA flag overview}
        \label{tab:flags}
 \end{longtable}
-\todo{@SU: mit welchem suffix deaktivieren? ``SU'' selbst ist imho verwirrend}