Update SplitBit Assembler Manual.md

This commit is contained in:
Anachronaut
2024-10-30 16:09:26 -04:00
committed by GitHub
parent 470327a0d5
commit 52a44ed094
+2 -2
View File
@@ -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: