From 77bffb233a4c51fa87a0997760b44bca42c402ae Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:42:15 -0400 Subject: [PATCH] Bug fixes. Updated Programming Manual with information on the SETD instruction. --- SplitBit Programming Manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SplitBit Programming Manual.md b/SplitBit Programming Manual.md index f3018f3..bdd6433 100644 --- a/SplitBit Programming Manual.md +++ b/SplitBit Programming Manual.md @@ -70,6 +70,7 @@ Hex Code | Mnemonic | Description 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. 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