Skip to content
Snippets Groups Projects
Commit f43d22d7 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Nachbereitung 15.11.2021

parent 36f66e99
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
% Attribution-ShareAlike 3.0 Unported License along with this % Attribution-ShareAlike 3.0 Unported License along with this
% document. If not, see <http://creativecommons.org/licenses/>. % document. If not, see <http://creativecommons.org/licenses/>.
% README: I/O-Ports, Interrupts % README: I/O-Ports
\documentclass[10pt,t]{beamer} \documentclass[10pt,t]{beamer}
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
\item[4.1] Bit-Operationen \item[4.1] Bit-Operationen
\color{orange} \color{orange}
\item[4.2] I/O-Ports \item[4.2] I/O-Ports
\color{red} \color{black}
\item[4.3] Interrupts \item[4.3] Interrupts
\vspace*{-0.1cm} \vspace*{-0.1cm}
\item[\dots] \item[\dots]
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
\item[4.1] Bit-Operationen \item[4.1] Bit-Operationen
\color{orange} \color{orange}
\item[4.2] I/O-Ports \item[4.2] I/O-Ports
\color{red} \color{black}
\item[4.3] Interrupts \item[4.3] Interrupts
\item[4.4] volatile-Variable \item[4.4] volatile-Variable
\item[4.6] Byte-Reihenfolge -- Endianness \item[4.6] Byte-Reihenfolge -- Endianness
...@@ -552,6 +552,8 @@ ...@@ -552,6 +552,8 @@
\end{frame} \end{frame}
\iffalse
\subsection{Interrupts} \subsection{Interrupts}
\begin{frame}[fragile] \begin{frame}[fragile]
...@@ -1084,6 +1086,8 @@ ...@@ -1084,6 +1086,8 @@
\end{frame} \end{frame}
\fi
\nosectionnonumber{\inserttitle} \nosectionnonumber{\inserttitle}
\begin{frame} \begin{frame}
...@@ -1106,9 +1110,9 @@ ...@@ -1106,9 +1110,9 @@
\item[4.1] Bit-Operationen \item[4.1] Bit-Operationen
\color{medgreen} \color{medgreen}
\item[4.2] I/O-Ports \item[4.2] I/O-Ports
\color{red}
\item[4.3] Interrupts \item[4.3] Interrupts
\item[4.4] volatile-Variable \item[4.4] volatile-Variable
\color{red}
\item[4.6] Byte-Reihenfolge -- Endianness \item[4.6] Byte-Reihenfolge -- Endianness
\item[4.7] Binärdarstellung negativer Zahlen \item[4.7] Binärdarstellung negativer Zahlen
\item[4.8] Speicherausrichtung -- Alignment \item[4.8] Speicherausrichtung -- Alignment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment