Files
n2t/Assembler.tex
Sven Riwoldt ea9a31b1f8 Init
2024-04-06 18:15:41 +02:00

42 lines
883 B
TeX

\documentclass[12pt,a4paper,pagesize, DIVcalc,BCOR1cm, smallheadings, twoside]{scrbook}
\include{Defs}
\begin{document}
\newrgbcolor{lila}{0.6 0.2 0.5}
\newrgbcolor{darkyellow}{1 0.9 0}
\setlength{\parindent}{0em}
\chapter{Projekt 1}
\input{Elemente/Not}
\newpage
\input{Elemente/And}
\newpage
\input{Elemente/Or}
\newpage
\input{Elemente/XOR}
\newpage
\section*{Zu Verarbeiten}
\url{https://www.homofaciens.de/technics-base-circuits-logic-gates_ge.htm}
\url{https://www.semiversus.com/dic/grundlagen_der_digitaltechnik/kombinatorik.html}
\url{https://www.electronics-tutorials.ws/de/logische/nand-gatter.html}
\url{https://yizhe87.medium.com/from-nand-to-tetris-nand2tetris-project-6-f588730ab769}
\url{https://github.com/ossu/computer-science?tab=readme-ov-file}
\url{https://tex.stackexchange.com/questions/94607/3-input-logic-gate-on-circuitikz}
\end{document}