mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 08:08:25 +00:00
[SPCA] Asm intro
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
\newcommand{\warn}[1]{\bg{orange}{#1}}
|
||||
\newcommand{\danger}[1]{\shade{red}{#1}}
|
||||
|
||||
\setNumberingStyle{0}
|
||||
|
||||
\begin{document}
|
||||
\startDocument
|
||||
\usetcolorboxes
|
||||
@@ -81,6 +83,10 @@ If there are changes and you'd like to update this summary, please open a pull r
|
||||
\newsection
|
||||
\section{x86 Assembly}
|
||||
\input{parts/00_asm/00_intro.tex}
|
||||
\input{parts/00_asm/01_syntax.tex}
|
||||
\input{parts/00_asm/02_data-types.tex}
|
||||
\input{parts/00_asm/03_operations.tex}
|
||||
|
||||
|
||||
% ── Intro to C ──────────────────────────────────────────────────────
|
||||
\newsection
|
||||
@@ -106,6 +112,7 @@ If there are changes and you'd like to update this summary, please open a pull r
|
||||
\section{Hardware}
|
||||
\input{parts/03_hw/00_intro.tex}
|
||||
|
||||
|
||||
Remember: Rust and the like have an \texttt{unsafe} block... \lC's equivalent to this is
|
||||
\begin{code}{c}
|
||||
int main( int argc, char *argv[] ) {
|
||||
|
||||
Reference in New Issue
Block a user