Correct trivial formatting problems.

This commit is contained in:
John Winans 2019-05-22 15:09:03 -05:00
parent 79b42a63f6
commit cad4438f28
2 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@
\section{Assembly Language Statements}
Introduce the assembly language grammar.
Statement = 1 line of text containing an instruction or directive.
Instruction = label, mnemonic, operands, comment.
Directive = Used to control the operation of the assembler.
\begin{itemize}
\item Statement = 1 line of text containing an instruction or directive.
\item Instruction = label, mnemonic, operands, comment.
\item Directive = Used to control the operation of the assembler.
\end{itemize}
\section{Memory Layout}