Minor typo fix to assembler manual.

This commit is contained in:
Anachronaut
2026-08-21 17:09:34 -04:00
parent bd94059c08
commit 12cb489268
+1 -1
View File
@@ -1,4 +1,4 @@
# SplitBit Assembler Manual: # The SplitBit Assembler Manual:
SplitBit assembly syntax is similar to many other assembler syntaxes. Whitespace at the start or end of a line is disregarded by the assembler and may be used to make programs more readable to the programmer. The Instruction Mnemonics are listed in the SplitBit Programming Manual, and the assembler is not case sensitive in regard to the mnemonics. SplitBit assembly syntax is similar to many other assembler syntaxes. Whitespace at the start or end of a line is disregarded by the assembler and may be used to make programs more readable to the programmer. The Instruction Mnemonics are listed in the SplitBit Programming Manual, and the assembler is not case sensitive in regard to the mnemonics.