From 470327a0d5980f693ce7437ba760966eafe63a13 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:09:04 -0400 Subject: [PATCH] Update SplitBit Assembler Manual.md --- 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 6fbe203..52b56e8 100644 --- a/SplitBit Assembler Manual.md +++ b/SplitBit Assembler Manual.md @@ -2,7 +2,7 @@ SplitBit assembly syntax is similar to many other assembler syntaxes. Whitepsace 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 sensitve in regard to the mnemonics. -A semicolon, ';', denotes the start of a comment, anything beyond it on a line is disregarded by the assembler. +A colon, ';', denotes the start of a comment, anything beyond it on a line is disregarded by the assembler. Special Keywords are denoted with hash marks, '#'. The Keywords are #Include, #Program, and #Data.