diff --git a/SplitBit Assembler Manual.md b/SplitBit Assembler Manual.md index 52b56e8..19cb4c0 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 colon, ';', denotes the start of a comment, anything beyond it on a line is disregarded by the assembler. +A semicolon, ';', 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. @@ -13,7 +13,7 @@ The assembler will accept: - Strings enclosed in double qoutes, eg. "a", "Hello, World!", "It is dark, you are likely to be eaten by a grue." -Labels may be a string of up to 32 alphanumeric characters that must end with a semicolon, ':'. +Labels may be a string of up to 32 alphanumeric characters that must end with a colon, ':'. ``` programStart: