3a_asm: FEATURE/FIX: proper line numbers on parsing error
[calu.git] / 2_isa / flags.tex
index 998e1ab346c6e0fca145080cfed022f21dcd78da..b3fd5a469e60a366e445b70a1180a7341d5dce43 100644 (file)
@@ -7,7 +7,7 @@ In table~\ref{tab:flags} the flags that can suffix instructions are described. I
        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
-       +/-  & branch taken or not taken & + (taken) \\ \hline
+       +/-  & branch taken or not taken & + (set) \\ \hline
        A    & if set the shift operation will be arithmetic instead of logic & 0 (logic) \\ \hline
        \caption{ISA flag overview}
        \label{tab:flags}