From e5241beb514f3aced7c9f6633d60705e3f66bc8a Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:30:55 -0400 Subject: [PATCH] Update SplitBit Programming Manual.md --- SplitBit Programming Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SplitBit Programming Manual.md b/SplitBit Programming Manual.md index e623d3c..2886fc0 100644 --- a/SplitBit Programming Manual.md +++ b/SplitBit Programming Manual.md @@ -31,7 +31,7 @@ Hex Code | Mnemonic | Description 09 | SHL | A and B form a circular shift register. Rotate this register left. 0A | SHR | A and B form a circular shift register. Rotate this register right. -### Branch Operations: 7 Instructions +### Branch Operations: 11 Instructions Hex Code | Mnemonic | Description -- | -- | -- 10 | BRI | Branch Immediately. Loads the immediate next two bytes of Program Memory into the Program Counter, first the most significant byte, then the least.