Bug fixes.

Updated Programming Manual with information on the SETD instruction.
This commit is contained in:
Anachronaut
2024-10-17 18:42:15 -04:00
committed by GitHub
parent 158cbf443d
commit 77bffb233a
+1
View File
@@ -70,6 +70,7 @@ Hex Code | Mnemonic | Description
44 | STQ | Stores Q into the byte referenced by the Data Pointer in Data Mmoery. 44 | STQ | Stores Q into the byte referenced by the Data Pointer in Data Mmoery.
45 | STA | Stores A into the byte referenced by the Data Pointer in Data Memory. 45 | STA | Stores A into the byte referenced by the Data Pointer in Data Memory.
46 | STB | Stores B into the byte referenced by the Data Pointer in Data Memory. 46 | STB | Stores B into the byte referenced by the Data Pointer in Data Memory.
47 | SETD | Loads the next two bytes of Program Memory into the Data Pointer.
### Output Operations: 3 Instructions ### Output Operations: 3 Instructions