Update SplitBit Programming Manual.md

This commit is contained in:
Anachronaut
2024-10-31 13:30:55 -04:00
committed by GitHub
parent 228cf0593a
commit e5241beb51
+1 -1
View File
@@ -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.