From 12cb489268cfb3265b0e1bf9e18ce0b5104b39ee Mon Sep 17 00:00:00 2001 From: Anachronaut Date: Fri, 21 Aug 2026 17:09:34 -0400 Subject: [PATCH] Minor typo fix to assembler manual. --- SplitBit Assembler Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SplitBit Assembler Manual.md b/SplitBit Assembler Manual.md index b9d210f..d51a3ac 100644 --- a/SplitBit Assembler Manual.md +++ b/SplitBit Assembler Manual.md @@ -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.