[SWS] Fix -19 -> -13
Kleiner Fehler. Auch der Übertrag fehlte.
This commit is contained in:
parent
5e3d6aa481
commit
61826edcf0
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -424,11 +424,11 @@ In der 1er-Komplement-Darstellung gibt es zudem zwei verschiedene Darstellungen
|
||||||
\columnratio{0.3}
|
\columnratio{0.3}
|
||||||
\begin{paracol}{2}
|
\begin{paracol}{2}
|
||||||
\begin{tabular}{l|c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c}
|
\begin{tabular}{l|c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c}
|
||||||
\enskip $-19$ & & 1 & 1 & 1 & 0 & 0 & 1 & 1 \\
|
\enskip $-13$ & & 1 & 1 & 1 & 0 & 0 & 1 & 1 \\
|
||||||
\enskip $-42$ & + & 1 & 0 & 1 & 0 & 1 & 1 & 0 \\
|
\enskip $-42$ & + & 1 & 0 & 1 & 0 & 1 & 1 & 0 \\
|
||||||
Übertrag & 1 & 1 & 1 & & & 1 & & \\
|
Übertrag & 1 & 1 & 1 & & & 1 & & \\
|
||||||
\hline
|
\hline
|
||||||
& (1) & \textcolor{blue}{1} & 0 & 0 & 1 & 0 & 0 & 1
|
& (1) & \textcolor{blue}{1} & 0 & 1 & 1 & 0 & 0 & 1
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
\switchcolumn
|
\switchcolumn
|
||||||
|
|
Loading…
Reference in a new issue