Updated the load instructions.

This commit is contained in:
2022-09-26 22:13:48 -05:00
parent afa84076c8
commit 02cf72902e
+6 -6
View File
@@ -73,12 +73,12 @@
\section{LODW (Load Machine Word)}
\OpcodeTable{0x20}{lodw}{Register}{Address}\\[6pt]
Loads a word into a register from a memory address.
\section{LABR (Load Byte from Address)}
\OpcodeTable{0x20}{stow}{Register}{None}\\[6pt]
Loads a single byte, zeroing out the high nibble, with the address found in the register.
\section{LAWR (Load Word from Address)}
\OpcodeTable{0x20}{lawr}{Register}{None}\\[6pt]
Loads a machine word with the address found in the register.
\section{LODBI (Load Immediate Byte)}
\OpcodeTable{0x00}{lodbi}{Register}{Constant}\\[6pt]
Loads an immediate byte into the register, zeroing the high nibble.
\section{LODWI (Load Immediate Word)}
\OpcodeTable{0x00}{lodwi}{Register}{Constant}\\[6pt]
Loads an immediate machine word into the register.
\section{CMP (Compare)}
\OpcodeTable{0x20}{cmp}{Register}{Register}\\[6pt]
Compares two registers and somewhere sets a result, maybe in register 1?