Fixed a bug with the Scanner adding a blank line via a single NewLine Token when a file starts with a block of comments.
This commit is contained in:
+3
-3
@@ -78,8 +78,8 @@
|
||||
\section{STOW (Store Machine Word)}
|
||||
\OpcodeTable{0x20}{stow}{Register}{Address}\\[6pt]
|
||||
Stores a machine word from a register to a memory address.
|
||||
\section{LA (Load Address)}
|
||||
\OpcodeTable{0x00}{la}{Register}{Address}\\[6pt]
|
||||
\section{LAA (Load Absolute Address)}
|
||||
\OpcodeTable{0x00}{laa}{Register}{Address}\\[6pt]
|
||||
Loads an address (2 bytes) into the register.
|
||||
\section{LODB (Load Byte)}
|
||||
\OpcodeTable{0x20}{lodb}{Register}{Register}\\[6pt]
|
||||
@@ -140,5 +140,5 @@
|
||||
Decrements the contents of the register by one. Under-flows will not be reported.
|
||||
\section{NOP (No Operation)}
|
||||
\OpcodeTable{0x00}{nop}{None}{None}\\[6pt]
|
||||
Skips a clock cycle, incrementing the program counter by one.
|
||||
Skips a clock cycle, incrementing the program counter.
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user