This commit is contained in:
RobinB27
2026-01-15 17:03:12 +01:00
6 changed files with 93 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ If there are changes and you'd like to update this summary, please open a pull r
\end{center}
\newsection
\newpage
\section{x86 Assembly}
\input{parts/00_asm/00_intro.tex}
\input{parts/00_asm/01_syntax/00_intro.tex}
@@ -104,7 +104,7 @@ If there are changes and you'd like to update this summary, please open a pull r
% ── Intro to C ──────────────────────────────────────────────────────
\newsection
\newpage
\section{The C Programming Language}
\input{parts/01_c/00_intro.tex}
\input{parts/01_c/01_basics/00_intro.tex}
@@ -124,11 +124,12 @@ If there are changes and you'd like to update this summary, please open a pull r
\input{parts/01_c/05_vulnerabilities.tex}
\newsection
\newpage
\section{The gcc toolchain}
\input{parts/02_toolchain/00_intro.tex}
\input{parts/02_toolchain/01_linking.tex}
\input{parts/02_toolchain/02_file_types.tex}
\input{parts/02_toolchain/01_compiler-optimizations.tex}
\input{parts/02_toolchain/02_linking.tex}
\input{parts/02_toolchain/03_file_types.tex}
% ── Hardware recap ──────────────────────────────────────────────────