\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{Lamed} \pdfinfo{ /Title (x64dbg-shorcuts.pdf) /Creator (Cheatography) /Author (Lamed) /Subject (x64dbg shorcuts 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{x64dbg shorcuts Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Lamed} via \textcolor{DarkBackground}{\uline{cheatography.com/175013/cs/36771/}}} \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}Lamed \\ \uline{cheatography.com/lamed} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 30th January, 2023.\\ Updated 30th January, 2023.\\ 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*}{3} \begin{tabularx}{5.377cm}{x{2.78712 cm} x{2.18988 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{File}} \tn % Row 0 \SetRowColor{LightBackground} File -\textgreater{} Open & F3 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} File -\textgreater{} Attach & Alt+A \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} File -\textgreater{} Detach & Ctrl+Alt+F2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} File -\textgreater{} Exit & Alt+X \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.83229 cm} x{1.14471 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Find}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Find & Ctrl+F \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Find in Current Module & \seqsplit{Ctrl+Shift+F} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Find Strings in Current Module & Shift+D \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Actions -\textgreater{} Go to Previous Reference & Ctrl+K \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Go to Next Reference & Ctrl+L \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Actions -\textgreater{} Find References to Selected Address & Ctrl+R \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Find Pattern & Ctrl+B \tn % Row Count 12 (+ 1) % Row 7 \SetRowColor{white} Actions -\textgreater{} Find Pattern in Current Module & \seqsplit{Ctrl+Shift+B} \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} Actions -\textgreater{} Find Names in Current Module & Ctrl+N \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} Actions -\textgreater{} Find References & Ctrl+R \tn % Row Count 17 (+ 1) % Row 10 \SetRowColor{LightBackground} Actions -\textgreater{} xrefs... & X \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.08114 cm} x{0.89586 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{BreakPoint}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Toggle Breakpoint & F2 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Set Conditional Breakpoint & \seqsplit{Shift+F2} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Toggle Bookmark & Ctrl+D \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Actions -\textgreater{} Delete Breakpoint & Delete \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Enable/Disable Breakpoint & Space \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.83229 cm} x{1.14471 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Graph}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Graph & G \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Graph -\textgreater{} Zoom to cursor & Z \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Graph -\textgreater{} Fit To Window & Shift+Z \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Actions -\textgreater{} Graph -\textgreater{} Follow in disassembler & \seqsplit{Shift+Return} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Graph -\textgreater{} Save as image & I \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Actions -\textgreater{} Graph -\textgreater{} Toggle overview & O \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Graph -\textgreater{} Toggle summary & U \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} Actions -\textgreater{} Graph -\textgreater{} Toggle sync with EIP or RIP & S \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} Actions -\textgreater{} Refresh & F5 \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.73275 cm} x{1.24425 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Analyze}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Analyze Single Function & A \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Actions -\textgreater{} Analyze Module & Ctrl+A \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Help on Mnemonic & Ctrl+F1 \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Actions -\textgreater{} Toggle Mnemonic Brief & \seqsplit{Ctrl+Shift+F1} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Highlighting Mode & H \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} (Not Used)Actions -\textgreater{} Enable/Disable Branch Destination Preview & (Not Used)P \tn % Row Count 10 (+ 3) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Remove Type Analysis From Module & \seqsplit{Ctrl+Shift+U} \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} Actions -\textgreater{} Remove Type Analysis From Selection & U \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} Actions -\textgreater{} Treat Selection As -\textgreater{} Code & C \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} Actions -\textgreater{} Treat Selection As -\textgreater{} Byte & B \tn % Row Count 18 (+ 2) % Row 10 \SetRowColor{LightBackground} Actions -\textgreater{} Treat Selection As -\textgreater{} Word & W \tn % Row Count 20 (+ 2) % Row 11 \SetRowColor{white} Actions -\textgreater{} Treat Selection As -\textgreater{} Dword & D \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} Actions -\textgreater{} Treat Selection As -\textgreater{} Qword & Q \tn % Row Count 24 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.9862 cm} x{1.9908 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{View}} \tn % Row 0 \SetRowColor{LightBackground} View -\textgreater{} CPU & Alt+C \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} View -\textgreater{} Log & Alt+L \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} View -\textgreater{} Breakpoints & Alt+B \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} View -\textgreater{} Memory Map & Alt+M \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} View -\textgreater{} Call Stack & Alt+K \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} View -\textgreater{} Notes & Alt+N \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} View -\textgreater{} Script & Alt+S \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} View -\textgreater{} Symbol Info & Ctrl+Alt+S \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} View -\textgreater{} Modules & Alt+E \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} View -\textgreater{} Source & Ctrl+Shift+S \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} View -\textgreater{} References & Alt+R \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} View -\textgreater{} Threads & Alt+T \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} View -\textgreater{} Patches & Ctrl+P \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} View -\textgreater{} Comments & Ctrl+Alt+C \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} View -\textgreater{} Labels & Ctrl+Alt+L \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} View -\textgreater{} Bookmarks & Ctrl+Alt+B \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} View -\textgreater{} Functions & Ctrl+Alt+F \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} View -\textgreater{} Graph & Alt+G \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} View -\textgreater{} Previous Tab & Alt+Left \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} View -\textgreater{} Next Tab & Alt+Right \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} View -\textgreater{} Previous View & Ctrl+Shift+Tab \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} View -\textgreater{} Next View & Ctrl+Tab \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} View -\textgreater{} Hide Tab & Ctrl+W \tn % Row Count 23 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.58344 cm} x{1.39356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{tool and etc(et cetera)}} \tn % Row 0 \SetRowColor{LightBackground} Plugins -\textgreater{} Scylla & Ctrl+I \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Options -\textgreater{} Topmost & Ctrl+F5 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Help -\textgreater{} Calculator & ? \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Help -\textgreater{} Manual & F1 \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.63321 cm} x{1.34379 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Binary}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Binary Edit & Ctrl+E \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Binary Fill & F \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Binary Fill NOPs & Ctrl+9 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Actions -\textgreater{} Binary Copy & Shift+C \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Binary Paste & Shift+V \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Actions -\textgreater{} Binary Paste (Ignore Size) & \seqsplit{Ctrl+Shift+V} \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Undo Selection & \seqsplit{Ctrl+Backspace} \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.03137 cm} x{0.94563 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Script}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Load Script & Ctrl+O \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Reload Script & Ctrl+R \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Unload Script & Ctrl+U \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Actions -\textgreater{} Run Script & Space \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Toggle Script Breakpoint & F2 \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} Actions -\textgreater{} Run Script to Cursor & \seqsplit{Shift+F4} \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Step Script & Tab \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Actions -\textgreater{} Abort Script & Esc \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Actions -\textgreater{} Execute Script Command & X \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.4839 cm} x{1.4931 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Debug}} \tn % Row 0 \SetRowColor{LightBackground} Debug -\textgreater{} Run & F9 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Debug -\textgreater{} Run (pass exception) & Shift+F9 \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Debug -\textgreater{} Run (swallow exception) & \seqsplit{Ctrl+Alt+Shift+F9} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Debug -\textgreater{} Run until selection & F4 \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Debug -\textgreater{} Run until expression & Shift+F4 \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} Debug -\textgreater{} Pause & F12 \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} Debug -\textgreater{} Restart & Ctrl+F2 \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} Debug -\textgreater{} Close & Alt+F2 \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Debug -\textgreater{} Step into & F7 \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Debug -\textgreater{} Step into (pass exception) & Shift+F7 \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} Debug -\textgreater{} Step into (swallow exception) & \seqsplit{Ctrl+Alt+Shift+F7} \tn % Row Count 16 (+ 2) % Row 11 \SetRowColor{white} Debug -\textgreater{} Step into (source) & F11 \tn % Row Count 17 (+ 1) % Row 12 \SetRowColor{LightBackground} Debug -\textgreater{} Step over & F8 \tn % Row Count 18 (+ 1) % Row 13 \SetRowColor{white} Debug -\textgreater{} Step over (pass exception) & Shift+F8 \tn % Row Count 20 (+ 2) % Row 14 \SetRowColor{LightBackground} Debug -\textgreater{} Step over (swallow exception) & \seqsplit{Ctrl+Alt+Shift+F8} \tn % Row Count 22 (+ 2) % Row 15 \SetRowColor{white} Debug -\textgreater{} Step over (source) & F10 \tn % Row Count 23 (+ 1) % Row 16 \SetRowColor{LightBackground} Debug -\textgreater{} Execute till return & Ctrl+F9 \tn % Row Count 24 (+ 1) % Row 17 \SetRowColor{white} Debug -\textgreater{} Execute till return (pass exception) & \seqsplit{Ctrl+Shift+F9} \tn % Row Count 26 (+ 2) % Row 18 \SetRowColor{LightBackground} Debug -\textgreater{} Run to user code & Alt+F9 \tn % Row Count 27 (+ 1) % Row 19 \SetRowColor{white} Debug -\textgreater{} Command & Ctrl+Return \tn % Row Count 28 (+ 1) % Row 20 \SetRowColor{LightBackground} Debug -\textgreater{} Trace into... & Ctrl+Alt+F7 \tn % Row Count 29 (+ 1) % Row 21 \SetRowColor{white} Debug -\textgreater{} Trace over... & Ctrl+Alt+F8 \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{3.4839 cm} x{1.4931 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Debug (cont)}} \tn % Row 22 \SetRowColor{LightBackground} Debug -\textgreater{} Undo instruction & Alt+U \tn % Row Count 1 (+ 1) % Row 23 \SetRowColor{white} Debug -\textgreater{} Animate into & Ctrl+F7 \tn % Row Count 2 (+ 1) % Row 24 \SetRowColor{LightBackground} Debug -\textgreater{} Animate over & Ctrl+F8 \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.73275 cm} x{1.24425 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Add Explanation}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Set Label & : \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Set Label for the Operand & Alt+; \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Set Comment & ; \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Actions -\textgreater{} Toggle Function & Shift+F \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Actions -\textgreater{} Add Loop & Shift+L \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Actions -\textgreater{} Delete Loop & \seqsplit{Ctrl+Shift+L} \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Actions -\textgreater{} Toggle Argument & Shift+A \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Actions -\textgreater{} Assemble & Space \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.83229 cm} x{1.14471 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Copy}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Copy & Ctrl+C \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Actions -\textgreater{} Copy Address & Alt+INS \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Actions -\textgreater{} Copy Symbol & Ctrl+S \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.28022 cm} p{0.69678 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Registers}} \tn % Row 0 \SetRowColor{LightBackground} Actions -\textgreater{} Toggle Register Value & Space \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}