\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{TimSch} \pdfinfo{ /Title (befehle-microcontroller-8051-auszug.pdf) /Creator (Cheatography) /Author (TimSch) /Subject (Befehle Microcontroller 8051 (Auszug) Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Befehle Microcontroller 8051 (Auszug) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{TimSch} via \textcolor{DarkBackground}{\uline{cheatography.com/29480/cs/9829/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}TimSch \\ \uline{cheatography.com/timsch} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 13th November, 2016.\\ Updated 16th November, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{3.52 cm} x{4.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Transferbefehle}} \tn % Row 0 \SetRowColor{LightBackground} \{\{ac\}\}{\bf{Befehl}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{nobreak\}\}MOV {[}Ziel{]}, {[}Quelle{]} & Kopie, bezogen auf Register und internen Datenbereich \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}MOVX {[}Ziel{]}, {[}Quelle{]} & Kopiert Daten zwischen Akku und externem Speicher \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \{\{nobreak\}\}MOVC {[}Ziel{]}, {[}Quelle{]} & Kopiert ein Byte von Code oder Programmspeicher in den Akku \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}XCH A, {[}Operand{]} & Tauscht die Bytes zwischen Akku und dem Operanden aus. \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} \{\{nobreak\}\}XCHD A, {[}Rx{]} & Tauscht das niederwertige Nibble des Akkus mit dem niederwertigen Nibble des indirekten RAM \tn % Row Count 18 (+ 5) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}CLR {[}Ziel{]} & Setzt das angegebene Ziel auf 0 \tn % Row Count 20 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}SWAP A & Tauscht das niederwertige mit dem h{\"o}herwertigen Nibble des Akkus aus \tn % Row Count 24 (+ 4) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}PUSH {[}Quelle{]} & Inkrementiert den Stack Pointer und speichert den Wert der Quelle an der entsprechenden Stelle im RAM \tn % Row Count 29 (+ 5) % Row 9 \SetRowColor{white} \{\{nobreak\}\}POP {[}Ziel{]} & Speichert den Wert an der Stelle des SP im angegebenen Ziel \tn % Row Count 32 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.96 cm} x{5.04 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{unbedingte Sprungbefehle}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Befehl}} & {\bf{Funktion}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{nobreak\}\}AJMP {[}Label{]} & Springt innerhalb des aktuellen 2 KByte Blocks. \{\{nl\}\}Befehl wird in 2 Buszyklen abgearbeitet. \tn % Row Count 5 (+ 4) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}LJMP {[}Label{]} & Springt innerhalb des kompletten 64 KByte Blocks. \{\{nl\}\}Befehl wird in 2 Buszyklen abgearbeitet. \tn % Row Count 9 (+ 4) % Row 3 \SetRowColor{white} \{\{nobreak\}\}SJMP {[}Label{]} & Springt um -128 Bytes oder +127 Bytes. \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}JMP @A+DPTR & Im DPTR kann die Grundadresse einer Sprungtabelle gespeichert werden. im Akkumulator der Offset innerhalb der Tabelle \tn % Row Count 16 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Bedingte Sprungbefehle}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{bb\}\}\{\{ac\}\}{\bf{Abh{\"a}ngig von Testbit}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{ac\}\}{\bf{Befehl}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}JB {[}Testbit{]} {[}Label{]} & Springt zum angegebenen Ziel, wenn das Testbit = 1. \tn % Row Count 5 (+ 3) % Row 3 \SetRowColor{white} \{\{nobreak\}\}JNB {[}Testbit{]} {[}Label{]} & Springt zum angegebenen Ziel, wenn das Testbit ungleich 1. \tn % Row Count 8 (+ 3) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}JNC {[}Testbit{]} {[}Label{]} & Springt zum angegebenen Ziel, wenn das Testbit = 1. \{\{nl\}\}{\bf{L{\"o}scht das Testbit!}} \tn % Row Count 13 (+ 5) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{bb\}\}\{\{ac\}\}{\bf{Abh{\"a}ngig von Akkumulatorinhalt}}} \tn % Row Count 14 (+ 1) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}\{\{ac\}\}{\bf{Befehl}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 16 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}JZ {[}Label{]} & Springt, wenn Akkumulatorinhalt = 0 \tn % Row Count 18 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}JNZ {[}Label{]} & Springt, wenn Akkumulatorinhalt ungleich 0 \tn % Row Count 21 (+ 3) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{bb\}\}\{\{ac\}\}{\bf{Abh{\"a}ngig von Carry Flag}}} \tn % Row Count 22 (+ 1) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}\{\{ac\}\}{\bf{Befehl}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 24 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}JC {[}Label{]} & Springt, wenn Carry Flag = 1 \tn % Row Count 26 (+ 2) % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}JNC {[}Label{]} & Springt, wenn Carry Flag ungleich 0 \tn % Row Count 28 (+ 2) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{bb\}\}\{\{ac\}\}{\bf{Vergleichen und Manipulieren}}} \tn % Row Count 29 (+ 1) % Row 14 \SetRowColor{LightBackground} \{\{nobreak\}\}DJNZ {[}Register{]}, {[}Label{]} & Dekrementiert das Register und springt, wenn Ergebnis ungleich 0 \tn % Row Count 33 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Bedingte Sprungbefehle (cont)}} \tn % Row 15 \SetRowColor{LightBackground} \{\{nobreak\}\}DJNZ {[}direkt adr. Speicherstelle{]} {[}Label{]} & Dekrementiert die Speicherstelle und springt, wenn Ergebnis ungleich 0 \tn % Row Count 4 (+ 4) % Row 16 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{bb\}\}\{\{ac\}\}{\bf{Vergleich von 2 Speicherstellen}}} \tn % Row Count 5 (+ 1) % Row 17 \SetRowColor{LightBackground} CJNE A, {[}direkt adr. RAM-Inhalt{]}, {[}Label{]} & Vergleicht Akkumulatorinhalt mit direktem RAM-Inhalt und springt bei Ungleichheit \tn % Row Count 10 (+ 5) % Row 18 \SetRowColor{white} CJNE A, {[}Konstante{]}, {[}Label{]} & Vergleicht Akkumulatorinhalt mit der Konstanten und springt bei Ungleichheit. \tn % Row Count 14 (+ 4) % Row 19 \SetRowColor{LightBackground} CJNE {[}Register{]}, {[}Konstante{]}, {[}Label{]} & Vergleicht Registerinhalt mit der Konstanten und springt bei Ungleichheit. \tn % Row Count 18 (+ 4) % Row 20 \SetRowColor{white} CJNE {[}@Register{]}, {[}Konstante{]}, {[}Label{]} & Vergleicht indirekten RAM-Inhalt mit der Konstanten und springt bei Ungleichheit. \tn % Row Count 23 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Bitverarbeitungsbefehle}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{bt\}\} \{\{ac\}\}{\bf{Un{\"a}re Befehle}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{bt\}\} \{\{ac\}\} {\bf{Befehl}} & \{\{bt\}\} \{\{ac\}\} {\bf{Funktion}} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}CLR {[}Ziel{]} & L{\"o}scht das angegebene Bit (setzt es auf 0) \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} \{\{nobreak\}\}SETB {[}Ziel{]} & Setzt das angegebene Bit. (1) \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}CPL {[}Ziel{]} & Komplementiert das angegebene Bit \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}\{\{bt\}\} \{\{ac\}\} {\bf{Befehle für 2 Operanden}}} \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}\{\{bt\}\} \{\{ac\}\} {\bf{Befehl}} & \{\{bt\}\} \{\{ac\}\} {\bf{Funktion}} \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}ANL {[}Ziel{]} {[}2. Operand{]} & Logisches UND; Vergleicht die beiden Operanden und speichert das Ergebnis im Zieloperanden \tn % Row Count 19 (+ 5) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}ORL {[}Ziel{]} {[}2. Operand{]} & Logisches ODER; Vergleicht die beiden Operanden und speichert das Ergebnis im Zieloperanden \tn % Row Count 24 (+ 5) % Row 9 \SetRowColor{white} \{\{nobreak\}\}MOV {[}Ziel{]}, {[}Quelle{]} & Kopiert das angegebene Bit an die Zieladresse \tn % Row Count 27 (+ 3) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}\{\{bt\}\} \{\{ac\}\} {\bf{Rotationsbefehle}}} \tn % Row Count 28 (+ 1) % Row 11 \SetRowColor{white} \{\{nobreak\}\}\{\{ac\}\}{\bf{Befehl}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Bitverarbeitungsbefehle (cont)}} \tn % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}RL A & Rotationsbefehl links ohne Carry \{\{nl\}\} {\emph{Bit 7 -\textgreater{} Bit 0; Bit 0 -\textgreater{} Bit 1}} \tn % Row Count 4 (+ 4) % Row 13 \SetRowColor{white} \{\{nobreak\}\}RLC A & Rotationsbefehl links mit Carry \{\{nl\}\} {\emph{Bit 7 -\textgreater{} Carry; Carry -\textgreater{} Bit 1}} \tn % Row Count 8 (+ 4) % Row 14 \SetRowColor{LightBackground} \{\{nobreak\}\}RR A & Rotationsbefehl rechts ohne Carry \{\{nl\}\} {\emph{Bit 0 -\textgreater{} Bit 7; Bit 7 -\textgreater{} Bit 6}} \tn % Row Count 12 (+ 4) % Row 15 \SetRowColor{white} \{\{nobreak\}\}RRC A & Rotationsbefehl rechts mit Carry \{\{nl\}\} {\emph{Bit 0 -\textgreater{} Carry; Carry -\textgreater{} Bit 7}} \tn % Row Count 16 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Arithmetische Verarbeitungsbefehle}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Befehl}} & {\bf{Funktion}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{nobreak\}\}ADD A, {[}Operand{]} & Addiert den Wert des Operanden zum Akkumulator ohne Berücksichtigung des Carrys \tn % Row Count 5 (+ 4) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}ADDC A, {[}Operand{]} & Addiert den Wert des Operanden zum Akkumulator mit Berücksichtigung des Carrys \tn % Row Count 9 (+ 4) % Row 3 \SetRowColor{white} \{\{nobreak\}\}SUBB A, {[}Operand{]} & Subtrahiert den Wert des Operanden und den Carry vom Operanden. \{\{nl\}\}{\emph{Für Subtraktion ohne Borrow vorher Carry l{\"o}schen.}} \tn % Row Count 15 (+ 6) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}MUL AB & Multipliziert Wert des Akkumulators mit dem Wert des Hilfsakkumulators B. \{\{nl\}\}{\emph{Das High-Byte wird in B gespeichert, das Low-Byte wird in A gespeichert.}} \tn % Row Count 22 (+ 7) % Row 5 \SetRowColor{white} \{\{nobreak\}\}DIV AB & Dividiert Wert des Akkumulators mit dem Wert des Hilfsakkumulators B. \{\{nl\}\}{\emph{Legt das 8-Bit Ergebnis in A und den Rest in B ab. {\bf{Overflow bei Div/0}}}} \tn % Row Count 29 (+ 7) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}INC {[}Operand{]} & Inkrementiert den angegebenen Operanden \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Arithmetische Verarbeitungsbefehle (cont)}} \tn % Row 7 \SetRowColor{LightBackground} \{\{nobreak\}\}DEC {[}Operand{]} & Dekrementiert den angegebenen Operanden. \tn % Row Count 2 (+ 2) % Row 8 \SetRowColor{white} \{\{nobreak\}\}DA A & Korrigiert das Ergebnis der Addition zweier BCD-Zahlen. \tn % Row Count 5 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Unterprogrammbefehle}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}\{\{bb\}\}\{\{ac\}\}{\bf{Sprungbefehle}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{nobreak\}\}LCALL {[}Label{]} & Ruft Unterprogramme innerhalb des aktuellen 2 KByte Blocks auf \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}ACALL {[}Label{]} & Ruft Unterprogramme innerhalb des gesamten 64 KByte Adressraums auf. \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}\{\{bb\}\}\{\{ac\}\}{\bf{Rückkehrbefehle}}} \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}RET & Rückkehr aus dem Unterprogramm \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}RETI & Rückker von \seqsplit{Interrupt-Service-Routinen} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.6 cm} x{6.4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Sonstige Befehle}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Befehl}} & {\bf{Funktion}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} NOP & No Operation. Dauert 1 Taktzyklus, macht nichts. \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Assemblerdirektiven}} \tn % Row 0 \SetRowColor{LightBackground} \{\{ac\}\}{\bf{Direktive}} & \{\{ac\}\}{\bf{Funktion}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} END & Markiert das Ende des Quelltextes \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} ORG & Definiert die genaue Position der auf diese Anweisung folgenden Instruktionen im Programmspeicher. \tn % Row Count 8 (+ 4) % Row 3 \SetRowColor{white} \$INCLUDE {[}Dateiname{]} & Bindet Textdateien an der Stelle der Anweisung ein \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}